Package com.atlassian.jira.local.runner


package com.atlassian.jira.local.runner
  • Classes
    Class
    Description
    AbstractListeningRunner<R extends Class<? extends org.junit.runner.Runner>>
    A base class to be used to wrap other JUnit4 runners and listen to the events that will be generated for tests
    A global container of TestListener objects to allow us to spy on our own test code
    A JUnit4 Runner that can listening to specific test events.