
public class JUnitTestRunner extends Object implements TestRunner
| 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 © 2013 JBoss by Red Hat. All Rights Reserved.