Package org.mockito.internal.runners
Interface InternalRunner
- All Superinterfaces:
Filterable
- All Known Implementing Classes:
DefaultInternalRunner
,StrictRunner
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
Methods inherited from interface org.junit.runner.manipulation.Filterable
filter
-
Method Details
-
run
-
getDescription
Description getDescription()
-