
public class JUnitTestRunner extends Object implements TestRunner
A Implementation of the Arquillian TestRunner SPI for JUnit.
| Constructor and Description |
|---|
JUnitTestRunner() |
| Modifier and Type | Method and Description |
|---|---|
TestResult |
execute(Class<?> testClass,
String methodName) |
protected List<org.junit.runner.notification.RunListener> |
getRunListeners()
Overwrite to provide additional run listeners.
|
protected List<org.junit.runner.notification.RunListener> getRunListeners()
public TestResult execute(Class<?> testClass, String methodName)
execute in interface TestRunnerCopyright © 2018 JBoss by Red Hat. All rights reserved.