Package org.mockito.internal.runners
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
Fields Modifier and Type Field Description private org.junit.runner.manipulation.Filter
delegate
-
Constructor Summary
Constructors Constructor Description RecordingFilter(org.junit.runner.manipulation.Filter delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(java.lang.Object child)
java.lang.String
describe()
org.junit.runner.manipulation.Filter
intersect(org.junit.runner.manipulation.Filter second)
boolean
shouldRun(org.junit.runner.Description description)
-
-
-
Method Detail
-
apply
public void apply(java.lang.Object child) throws org.junit.runner.manipulation.NoTestsRemainException
- Overrides:
apply
in 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:
intersect
in classorg.junit.runner.manipulation.Filter
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description)
- Specified by:
shouldRun
in classorg.junit.runner.manipulation.Filter
-
describe
public java.lang.String describe()
- Specified by:
describe
in classorg.junit.runner.manipulation.Filter
-
-