public abstract class AbstractMultiTestRunner
extends org.junit.runner.Runner
implements org.junit.runner.manipulation.Filterable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractMultiTestRunner.Execution |
static interface |
AbstractMultiTestRunner.TestDetails |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class<?> |
target |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMultiTestRunner(java.lang.Class<?> target) |
protected |
AbstractMultiTestRunner(java.lang.Class<?> target,
boolean runAllExecutions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(AbstractMultiTestRunner.Execution execution) |
protected abstract void |
createExecutions() |
void |
filter(org.junit.runner.manipulation.Filter filter) |
org.junit.runner.Description |
getDescription() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected AbstractMultiTestRunner(java.lang.Class<?> target)
protected AbstractMultiTestRunner(java.lang.Class<?> target,
boolean runAllExecutions)
public org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runner.Runnerpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runner.Runnerpublic void filter(org.junit.runner.manipulation.Filter filter)
throws org.junit.runner.manipulation.NoTestsRemainException
filter in interface org.junit.runner.manipulation.Filterableorg.junit.runner.manipulation.NoTestsRemainExceptionprotected abstract void createExecutions()
protected void add(AbstractMultiTestRunner.Execution execution)