Interface InternalRunner

All Superinterfaces:
Filterable
All Known Implementing Classes:
DefaultInternalRunner, StrictRunner

public interface InternalRunner extends 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.