org.junit.runner.manipulation.Filterable, RunnerImplpublic class JUnit45AndHigherRunnerImpl extends java.lang.Object implements RunnerImpl
| Constructor | Description |
|---|---|
JUnit45AndHigherRunnerImpl(java.lang.Class<?> klass) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
filter(org.junit.runner.manipulation.Filter filter) |
|
org.junit.runner.Description |
getDescription() |
|
void |
run(org.junit.runner.notification.RunNotifier notifier) |
public JUnit45AndHigherRunnerImpl(java.lang.Class<?> klass)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in interface RunnerImplpublic org.junit.runner.Description getDescription()
getDescription in interface RunnerImplpublic 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.NoTestsRemainException