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 classJUnit4RunListenerRunListener 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) classJUnit3ReporterThis implementation ofRunListenerhandlesOutputReportEntryin 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 voidJUnit4Provider. executeTestSet(java.lang.Class<?> clazz, RunListener reporter, Notifier notifier, RunModeSetter runMode)private voidJUnit4Provider. 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) classJUnitCoreRunListenerNoteworthy 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) classNonConcurrentRunListenerDeprecated. -
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) classRunListenerAdapter -
Uses of RunModeSetter in org.apache.maven.surefire.testng
Classes in org.apache.maven.surefire.testng that implement RunModeSetter Modifier and Type Class Description classConfigurationAwareTestNGReporterJust like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5classTestNGReporterListens for and provides and adaptor layer so that TestNG tests can report their status to the currentRunListener.
-