public class DefaultInternalRunner extends Object implements InternalRunner
| Constructor and Description |
|---|
DefaultInternalRunner(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(Class<?> testClass, Supplier<MockitoTestListener> listenerSupplier) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in interface InternalRunnerpublic org.junit.runner.Description getDescription()
getDescription in interface InternalRunnerpublic 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.NoTestsRemainExceptionCopyright © 2024. All rights reserved.