Uses of Class
org.junit.runner.notification.RunListener.ThreadSafe
-
Packages that use RunListener.ThreadSafe Package Description org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests.org.junit.runner.notification Provides information about a test run. -
-
Uses of RunListener.ThreadSafe in org.junit.runner
Classes in org.junit.runner with annotations of type RunListener.ThreadSafe Modifier and Type Class Description private class
Result.Listener
-
Uses of RunListener.ThreadSafe in org.junit.runner.notification
Classes in org.junit.runner.notification with annotations of type RunListener.ThreadSafe Modifier and Type Class Description (package private) class
SynchronizedRunListener
Thread-safe decorator forRunListener
implementations that synchronizes calls to the delegate.
-