public class StrictRunner extends Object implements InternalRunner
| Constructor and Description |
|---|
StrictRunner(InternalRunner runner,
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) |
public StrictRunner(InternalRunner runner, Class<?> testClass)
runner - - the runner to wrap aroundtestClass - - for reporting purposespublic void run(org.junit.runner.notification.RunNotifier notifier)
run in interface InternalRunnerpublic org.junit.runner.Description getDescription()
getDescription in interface InternalRunnerpublic 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.NoTestsRemainExceptionCopyright © 2024. All rights reserved.