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 internal runners.
-
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runner.Description
void
run
(org.junit.runner.notification.RunNotifier notifier) Methods inherited from interface org.junit.runner.manipulation.Filterable
filter
-
Method Details
-
run
void run(org.junit.runner.notification.RunNotifier notifier) -
getDescription
org.junit.runner.Description getDescription()
-