MockitoJUnitRunner 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).
@Deprecated
public class VerboseMockitoJUnitRunner
extends org.junit.runner.Runner
implements org.junit.runner.manipulation.Filterable
| Modifier and Type | Field and Description |
|---|---|
private InternalRunner |
runner
Deprecated.
|
| Constructor and Description |
|---|
VerboseMockitoJUnitRunner(java.lang.Class<?> klass)
Deprecated.
|
VerboseMockitoJUnitRunner(InternalRunner runner)
Deprecated.
|
| Modifier and Type | Method and 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.
|
private final InternalRunner runner
public VerboseMockitoJUnitRunner(java.lang.Class<?> klass)
throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetExceptionVerboseMockitoJUnitRunner(InternalRunner runner)
public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runner.Runnerpublic org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runner.Runnerpublic void filter(org.junit.runner.manipulation.Filter filter)
throws org.junit.runner.manipulation.NoTestsRemainException
filter in interface org.junit.runner.manipulation.Filterableorg.junit.runner.manipulation.NoTestsRemainException