Uses of Interface
org.apache.maven.surefire.report.RunModeSetter
Packages that use RunModeSetter
Package
Description
-
Uses of RunModeSetter in org.apache.maven.surefire.common.junit4
Classes in org.apache.maven.surefire.common.junit4 that implement RunModeSetterModifier and TypeClassDescriptionclass
RunListener for JUnit4, delegates to our own RunListener -
Uses of RunModeSetter in org.apache.maven.surefire.junit
Classes in org.apache.maven.surefire.junit that implement RunModeSetterModifier and TypeClassDescription(package private) final class
This implementation ofRunListener
handlesOutputReportEntry
in theoutput receiver
, downcasting toTestOutputReportEntry
, and delegates the report entry to theTestReportListener
. -
Uses of RunModeSetter in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 with parameters of type RunModeSetterModifier and TypeMethodDescriptionprivate void
JUnit4Provider.executeTestSet
(Class<?> clazz, RunListener reporter, Notifier notifier, RunModeSetter runMode) private void
JUnit4Provider.executeWithRerun
(Class<?> clazz, Notifier notifier, RunModeSetter runMode) -
Uses of RunModeSetter in org.apache.maven.surefire.junitcore
Classes in org.apache.maven.surefire.junitcore that implement RunModeSetterModifier and TypeClassDescription(package private) final class
Noteworthy things about JUnit4 listening:
A class that is annotated with @Ignore will have one invocation of "testSkipped" with source==name A method that is annotated with @Ignore will have a invocation of testSkipped with source and name distinct Methods annotated with @Ignore trigger no further events.(package private) class
Deprecated. -
Uses of RunModeSetter in org.apache.maven.surefire.junitplatform
Classes in org.apache.maven.surefire.junitplatform that implement RunModeSetter -
Uses of RunModeSetter in org.apache.maven.surefire.testng
Classes in org.apache.maven.surefire.testng that implement RunModeSetterModifier and TypeClassDescriptionclass
Just like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5class
Listens for and provides and adaptor layer so that TestNG tests can report their status to the currentRunListener
.