Package org.junit.runner


package org.junit.runner
  • Class
    Description
    A Runner runs tests and notifies a org.junit.runner.notification.RunNotifier of significant events as it does so.
    When a class is annotated with @RunWith or extends a class annotated with @RunWith, JUnit will invoke the class it references to run the tests in that class instead of the runner built into JUnit.