Uses of Annotation Interface
org.junit.runner.notification.RunListener.ThreadSafe
Packages that use RunListener.ThreadSafe
Package
Description
Provides classes used to describe, collect, run and analyze multiple tests.
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 -
Uses of RunListener.ThreadSafe in org.junit.runner.notification
Classes in org.junit.runner.notification with annotations of type RunListener.ThreadSafeModifier and TypeClassDescription(package private) final class
Thread-safe decorator forRunListener
implementations that synchronizes calls to the delegate.