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 ConsoleSpammingMockitoJUnitRunner extends org.junit.runner.Runner implements org.junit.runner.manipulation.Filterable
Constructor and Description |
---|
ConsoleSpammingMockitoJUnitRunner(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 ConsoleSpammingMockitoJUnitRunner(Class<?> klass) throws InvocationTargetException
InvocationTargetException
public void run(org.junit.runner.notification.RunNotifier notifier)
run
in class org.junit.runner.Runner
public org.junit.runner.Description getDescription()
getDescription
in interface org.junit.runner.Describable
getDescription
in class org.junit.runner.Runner
public void filter(org.junit.runner.manipulation.Filter filter) throws org.junit.runner.manipulation.NoTestsRemainException
filter
in interface org.junit.runner.manipulation.Filterable
org.junit.runner.manipulation.NoTestsRemainException