Package org.mockito.internal.runners
Class StrictRunner
java.lang.Object
org.mockito.internal.runners.StrictRunner
- All Implemented Interfaces:
org.junit.runner.manipulation.Filterable,InternalRunner
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final InternalRunnerprivate final Class<?> private boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
testClass
-
runner
-
testsSkipped
private boolean testsSkipped
-
-
Constructor Details
-
StrictRunner
- Parameters:
runner- - the runner to wrap aroundtestClass- - for reporting purposes
-
-
Method Details
-
run
public void run(org.junit.runner.notification.RunNotifier notifier) - Specified by:
runin interfaceInternalRunner
-
getDescription
public org.junit.runner.Description getDescription()- Specified by:
getDescriptionin interfaceInternalRunner
-
filter
public void filter(org.junit.runner.manipulation.Filter filter) throws org.junit.runner.manipulation.NoTestsRemainException - Specified by:
filterin interfaceorg.junit.runner.manipulation.Filterable- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-