Package org.apache.maven.surefire.report
Interface RunModeSetter
-
- All Known Implementing Classes:
ConfigurationAwareTestNGReporter,JUnit3Reporter,JUnit4RunListener,JUnitCoreRunListener,NonConcurrentRunListener,RunListenerAdapter,TestNGReporter
public interface RunModeSetterSets the run mode in a listener, reflects the run mode of testset execution.- Since:
- 3.0.0-M6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetRunMode(RunMode runMode)
-
-
-
Method Detail
-
setRunMode
void setRunMode(RunMode runMode)
-
-