protected abstract static class AbstractMultiTestRunner.Execution
extends java.lang.Object
implements org.junit.runner.manipulation.Filterable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class<?> |
target |
| Modifier | Constructor and Description |
|---|---|
protected |
Execution() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
assertCanExecute()
Checks that this execution can be executed, throwing an exception if not.
|
protected void |
before() |
void |
filter(org.junit.runner.manipulation.Filter filter) |
protected abstract java.lang.String |
getDisplayName()
Returns a display name for this execution.
|
protected boolean |
isTestEnabled(AbstractMultiTestRunner.TestDetails testDetails)
Returns true if the given test should be executed, false if it should be ignored.
|
protected java.util.List<? extends java.lang.Class<?>> |
loadTargetClasses()
Loads the target classes for this execution.
|
public 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 void before()
protected void after()
protected abstract java.lang.String getDisplayName()
protected boolean isTestEnabled(AbstractMultiTestRunner.TestDetails testDetails)
protected void assertCanExecute()
protected java.util.List<? extends java.lang.Class<?>> loadTargetClasses()