public class StrictRunner extends java.lang.Object implements InternalRunner
Modifier and Type | Field and Description |
---|---|
private boolean |
filterRequested |
private InternalRunner |
runner |
private java.lang.Class<?> |
testClass |
Constructor and Description |
---|
StrictRunner(InternalRunner runner,
java.lang.Class<?> testClass) |
Modifier and Type | Method and Description |
---|---|
void |
filter(org.junit.runner.manipulation.Filter filter) |
org.junit.runner.Description |
getDescription() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
private final java.lang.Class<?> testClass
private final InternalRunner runner
private boolean filterRequested
public StrictRunner(InternalRunner runner, java.lang.Class<?> testClass)
runner
- - the runner to wrap aroundtestClass
- - for reporting purposespublic void run(org.junit.runner.notification.RunNotifier notifier)
run
in interface InternalRunner
public org.junit.runner.Description getDescription()
getDescription
in interface InternalRunner
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