Package org.mockito.internal.runners
Interface InternalRunner
-
- All Superinterfaces:
org.junit.runner.manipulation.Filterable
- All Known Implementing Classes:
DefaultInternalRunner
,StrictRunner
public interface InternalRunner 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)
-