Package org.mockito.internal.runners
Interface RunnerImpl
-
- All Superinterfaces:
org.junit.runner.manipulation.Filterable
- All Known Implementing Classes:
JUnit44RunnerImpl
,JUnit45AndHigherRunnerImpl
public interface RunnerImpl extends org.junit.runner.manipulation.Filterable
I'm using this surrogate interface to hide internal Runner implementations. Surrogate cannot be used with @RunWith therefore it is less likely clients will use interal runners.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.junit.runner.Description
getDescription()
void
run(org.junit.runner.notification.RunNotifier notifier)
-