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 class
Deprecated.Moved toMockitoJUnitRunner.Silent
, this class will be removed with Mockito 4static class
Deprecated.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:
run
in classMockitoJUnitRunner
-
getDescription
Deprecated.- Specified by:
getDescription
in interfaceorg.junit.runner.Describable
- Overrides:
getDescription
in classMockitoJUnitRunner
-
filter
@Deprecated public void filter(org.junit.runner.manipulation.Filter filter) throws org.junit.runner.manipulation.NoTestsRemainException Deprecated.- Specified by:
filter
in interfaceorg.junit.runner.manipulation.Filterable
- Overrides:
filter
in classMockitoJUnitRunner
- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
MockitoJUnitRunner
, this class will be removed with Mockito 4