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.FilterableI'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.DescriptiongetDescription()voidrun(org.junit.runner.notification.RunNotifier notifier)
-