Package org.mockito.runners
Class MockitoJUnitRunner
java.lang.Object
org.junit.runner.Runner
org.mockito.junit.MockitoJUnitRunner
org.mockito.runners.MockitoJUnitRunner
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable
- Direct Known Subclasses:
MockitoJUnitRunner.Silent,MockitoJUnitRunner.Strict
Deprecated.
Runner moved to a new place see
MockitoJUnitRunner-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.Moved toMockitoJUnitRunner.Silent, this class will be removed with Mockito 4static classDeprecated.Moved toMockitoJUnitRunner.Strict, this class will be removed with Mockito 4Nested classes/interfaces inherited from class org.mockito.junit.MockitoJUnitRunner
MockitoJUnitRunner.StrictStubs -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.runner.Runner
testCount
-
Constructor Details
-
MockitoJUnitRunner
Deprecated.- Throws:
InvocationTargetException
-
-
Method Details
-
run
Deprecated.- Overrides:
runin classMockitoJUnitRunner
-
getDescription
Deprecated.- Specified by:
getDescriptionin interfaceorg.junit.runner.Describable- Overrides:
getDescriptionin classMockitoJUnitRunner
-
filter
@Deprecated public void filter(org.junit.runner.manipulation.Filter filter) throws org.junit.runner.manipulation.NoTestsRemainException Deprecated.- Specified by:
filterin interfaceorg.junit.runner.manipulation.Filterable- Overrides:
filterin classMockitoJUnitRunner- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
MockitoJUnitRunner, this class will be removed with Mockito 4