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