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.FilterableDeprecated.as of 2.1.0. Use theMockitoJUnitRunnerrunner 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 InternalRunnerrunnerDeprecated.
-
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 voidfilter(org.junit.runner.manipulation.Filter filter)Deprecated.org.junit.runner.DescriptiongetDescription()Deprecated.voidrun(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.InvocationTargetExceptionDeprecated.- 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:
runin classorg.junit.runner.Runner
-
getDescription
public org.junit.runner.Description getDescription()
Deprecated.- Specified by:
getDescriptionin interfaceorg.junit.runner.Describable- Specified by:
getDescriptionin classorg.junit.runner.Runner
-
filter
public void filter(org.junit.runner.manipulation.Filter filter) throws org.junit.runner.manipulation.NoTestsRemainExceptionDeprecated.- Specified by:
filterin interfaceorg.junit.runner.manipulation.Filterable- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
-