package

com.atlassian.jira.local.runner

Classes

AbstractListeningRunner<R extends Class<? extends Runner>> A base class to be used to wrap other JUnit4 runners and listen to the events that will be generated for tests 
GlobalRunNotifier A global container of TestListener objects to allow us to spy on our own test code 
ListeningRunner A JUnit4 Runner that can listening to specific test events.