Annotation Type Listeners
Annotate your suite class with this annotation to automatically add hooks to
the
RunNotifier
used for executing tests inside
RandomizedRunner
.- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends org.junit.runner.notification.RunListener>[] valueAn array of listener classes. These classes must be instantiable (public, static, no-args constructor, etc.).
-