public class Junit4TestExecutor
TODO redesign executors / inheritance / composition
| Constructor and Description |
|---|
Junit4TestExecutor()
TODO redesign executors / inheritance / composition
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeTest(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier,
org.junit.runner.Description description,
org.junit.runners.model.Statement statement) |
ThreadBasedTestExecutor |
getExecutor() |
void |
setExecutor(ThreadBasedTestExecutor p) |
public Junit4TestExecutor()
TODO redesign executors / inheritance / composition
public ThreadBasedTestExecutor getExecutor()
public void setExecutor(ThreadBasedTestExecutor p)
public void executeTest(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier,
org.junit.runner.Description description,
org.junit.runners.model.Statement statement)