org.mockito.internal.runners
Interface RunnerImpl

All Superinterfaces:
org.junit.runner.manipulation.Filterable
All Known Implementing Classes:
JUnit44RunnerImpl, JUnit45AndHigherRunnerImpl

public interface RunnerImpl
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
 org.junit.runner.Description getDescription()
           
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 
Methods inherited from interface org.junit.runner.manipulation.Filterable
filter
 

Method Detail

run

void run(org.junit.runner.notification.RunNotifier notifier)

getDescription

org.junit.runner.Description getDescription()