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 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
Copyright © 2020. All rights reserved.