public class DefaultInternalRunner extends java.lang.Object implements InternalRunner
Modifier and Type | Field and Description |
---|---|
private org.junit.runners.BlockJUnit4ClassRunner |
runner |
Constructor and Description |
---|
DefaultInternalRunner(java.lang.Class<?> testClass,
Supplier<MockitoTestListener> listenerSupplier) |
Modifier and Type | Method and Description |
---|---|
void |
filter(org.junit.runner.manipulation.Filter filter) |
org.junit.runner.Description |
getDescription() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
public DefaultInternalRunner(java.lang.Class<?> testClass, Supplier<MockitoTestListener> listenerSupplier) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public void run(org.junit.runner.notification.RunNotifier notifier)
run
in interface InternalRunner
public org.junit.runner.Description getDescription()
getDescription
in interface InternalRunner
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