Uses of Class
org.apache.maven.surefire.common.junit4.Notifier
-
-
Uses of Notifier in org.apache.maven.surefire.common.junit4
Methods in org.apache.maven.surefire.common.junit4 that return Notifier Modifier and Type Method Description Notifier
Notifier. addListeners(java.util.Collection<org.junit.runner.notification.RunListener> given)
Notifier
Notifier. addListeners(org.junit.runner.notification.RunListener... given)
static Notifier
Notifier. pureNotifier()
Methods in org.apache.maven.surefire.common.junit4 with parameters of type Notifier Modifier and Type Method Description void
Notifier. copyListenersTo(Notifier copyTo)
-