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 TypeClassDescriptionclassRunListener 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 classThis 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 RunModeSetterModifier and TypeMethodDescriptionprivate voidJUnit4Provider.executeTestSet(Class<?> clazz, RunListener reporter, Notifier notifier, RunModeSetter runMode) private voidJUnit4Provider.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 classNoteworthy 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) classDeprecated. -
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 TypeClassDescriptionclassJust like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5classListens for and provides and adaptor layer so that TestNG tests can report their status to the currentRunListener.