Annotation Type Listeners
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ListenersAnnotate your suite class with this annotation to automatically add hooks to theRunNotifierused for executing tests insideRandomizedRunner.- See Also:
value()
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends org.junit.runner.notification.RunListener>[]valueAn array of listener classes.
-