Uses of Interface
org.apache.maven.surefire.report.RunModeSetter
-
-
Uses of RunModeSetter in org.apache.maven.surefire.common.junit4
Classes in org.apache.maven.surefire.common.junit4 that implement RunModeSetter Modifier and Type Class Description class
JUnit4RunListener
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 RunModeSetter Modifier and Type Class Description (package private) class
JUnit3Reporter
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 RunModeSetter Modifier and Type Method Description private void
JUnit4Provider. executeTestSet(java.lang.Class<?> clazz, RunListener reporter, Notifier notifier, RunModeSetter runMode)
private void
JUnit4Provider. executeWithRerun(java.lang.Class<?> clazz, Notifier notifier, RunModeSetter runMode)
-
Uses of RunModeSetter in org.apache.maven.surefire.junitcore
Classes in org.apache.maven.surefire.junitcore that implement RunModeSetter Modifier and Type Class Description (package private) class
JUnitCoreRunListener
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
NonConcurrentRunListener
Deprecated. -
Uses of RunModeSetter in org.apache.maven.surefire.junitplatform
Classes in org.apache.maven.surefire.junitplatform that implement RunModeSetter Modifier and Type Class Description (package private) class
RunListenerAdapter
-
Uses of RunModeSetter in org.apache.maven.surefire.testng
Classes in org.apache.maven.surefire.testng that implement RunModeSetter Modifier and Type Class Description class
ConfigurationAwareTestNGReporter
Just like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5class
TestNGReporter
Listens for and provides and adaptor layer so that TestNG tests can report their status to the currentRunListener
.
-