Package org.mockito.runners
Class VerboseMockitoJUnitRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.mockito.runners.VerboseMockitoJUnitRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
@Deprecated public class VerboseMockitoJUnitRunner extends org.junit.runner.Runner implements org.junit.runner.manipulation.Filterable
Deprecated.as of 2.1.0. Use theMockitoJUnitRunner
runner instead which contains support for detecting unused stubs.If you still prefer using this runner, tell us why (create ticket in our issue tracker).
-
-
Field Summary
Fields Modifier and Type Field Description private InternalRunner
runner
Deprecated.
-
Constructor Summary
Constructors Constructor Description VerboseMockitoJUnitRunner(java.lang.Class<?> klass)
Deprecated.VerboseMockitoJUnitRunner(InternalRunner runner)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
filter(org.junit.runner.manipulation.Filter filter)
Deprecated.org.junit.runner.Description
getDescription()
Deprecated.void
run(org.junit.runner.notification.RunNotifier notifier)
Deprecated.
-
-
-
Field Detail
-
runner
private final InternalRunner runner
Deprecated.
-
-
Constructor Detail
-
VerboseMockitoJUnitRunner
public VerboseMockitoJUnitRunner(java.lang.Class<?> klass) throws java.lang.reflect.InvocationTargetException
Deprecated.- Throws:
java.lang.reflect.InvocationTargetException
-
VerboseMockitoJUnitRunner
VerboseMockitoJUnitRunner(InternalRunner runner)
Deprecated.
-
-
Method Detail
-
run
public void run(org.junit.runner.notification.RunNotifier notifier)
Deprecated.- Specified by:
run
in classorg.junit.runner.Runner
-
getDescription
public org.junit.runner.Description getDescription()
Deprecated.- Specified by:
getDescription
in interfaceorg.junit.runner.Describable
- Specified by:
getDescription
in classorg.junit.runner.Runner
-
filter
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
- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
-