Uses of Class
org.junit.runner.notification.StoppedByUserException
-
Packages that use StoppedByUserException Package Description org.junit.runner.notification Provides information about a test run. -
-
Uses of StoppedByUserException in org.junit.runner.notification
Methods in org.junit.runner.notification that throw StoppedByUserException Modifier and Type Method Description void
RunNotifier. fireTestStarted(Description description)
Invoke to tell listeners that an atomic test is about to start.
-