org.mockito.runners
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
| Constructor and Description |
|---|
VerboseMockitoJUnitRunner(Class<?> klass)
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.
|
public VerboseMockitoJUnitRunner(Class<?> klass) throws InvocationTargetException
InvocationTargetExceptionpublic 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