Class StrictRunner.RecordingFilter
java.lang.Object
org.junit.runner.manipulation.Filter
org.mockito.internal.runners.StrictRunner.RecordingFilter
- Enclosing class:
StrictRunner
private class StrictRunner.RecordingFilter
extends org.junit.runner.manipulation.Filter
-
Field Summary
FieldsFields inherited from class org.junit.runner.manipulation.Filter
ALL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.runner.manipulation.Filter
matchMethodDescription
-
Field Details
-
delegate
private final org.junit.runner.manipulation.Filter delegate
-
-
Constructor Details
-
RecordingFilter
public RecordingFilter(org.junit.runner.manipulation.Filter delegate)
-
-
Method Details
-
apply
- Overrides:
applyin classorg.junit.runner.manipulation.Filter- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
intersect
public org.junit.runner.manipulation.Filter intersect(org.junit.runner.manipulation.Filter second) - Overrides:
intersectin classorg.junit.runner.manipulation.Filter
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description) - Specified by:
shouldRunin classorg.junit.runner.manipulation.Filter
-
describe
- Specified by:
describein classorg.junit.runner.manipulation.Filter
-