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 public class MockitoJUnitRunner extends MockitoJUnitRunner
Deprecated.Moved toMockitoJUnitRunner, this class will be removed with Mockito 4Runner moved to a new place seeMockitoJUnitRunner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMockitoJUnitRunner.SilentDeprecated.Moved toMockitoJUnitRunner.Silent, this class will be removed with Mockito 4static classMockitoJUnitRunner.StrictDeprecated.Moved toMockitoJUnitRunner.Strict, this class will be removed with Mockito 4-
Nested classes/interfaces inherited from class org.mockito.junit.MockitoJUnitRunner
MockitoJUnitRunner.StrictStubs
-
-
Constructor Summary
Constructors Constructor Description MockitoJUnitRunner(java.lang.Class<?> klass)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidfilter(org.junit.runner.manipulation.Filter filter)Deprecated.org.junit.runner.DescriptiongetDescription()Deprecated.voidrun(org.junit.runner.notification.RunNotifier notifier)Deprecated.
-
-
-
Method Detail
-
run
@Deprecated public void run(org.junit.runner.notification.RunNotifier notifier)
Deprecated.- Overrides:
runin classMockitoJUnitRunner
-
getDescription
@Deprecated public org.junit.runner.Description 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.NoTestsRemainExceptionDeprecated.- Specified by:
filterin interfaceorg.junit.runner.manipulation.Filterable- Overrides:
filterin classMockitoJUnitRunner- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
-