Package org.junit.runner
package org.junit.runner
-
ClassDescriptionA
Runnerruns tests and notifies aorg.junit.runner.notification.RunNotifierof significant events as it does so.When a class is annotated with@RunWithor 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.