Uses of Interface
org.apache.maven.surefire.report.TestSetReportEntry
-
Packages that use TestSetReportEntry Package Description org.apache.maven.surefire.booter org.apache.maven.surefire.report -
-
Uses of TestSetReportEntry in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter with parameters of type TestSetReportEntry Modifier and Type Method Description voidForkingRunListener. testSetCompleted(TestSetReportEntry report)voidForkingRunListener. testSetStarting(TestSetReportEntry report) -
Uses of TestSetReportEntry in org.apache.maven.surefire.report
Classes in org.apache.maven.surefire.report that implement TestSetReportEntry Modifier and Type Class Description classCategorizedReportEntryclassSimpleReportEntryMethods in org.apache.maven.surefire.report that return TestSetReportEntry Modifier and Type Method Description static TestSetReportEntryCategorizedReportEntry. reportEntry(java.lang.String source, java.lang.String name, java.lang.String group, StackTraceWriter stackTraceWriter, java.lang.Integer elapsed, java.lang.String message, java.util.Map<java.lang.String,java.lang.String> systemProperties)Methods in org.apache.maven.surefire.report with parameters of type TestSetReportEntry Modifier and Type Method Description voidRunListener. testSetCompleted(TestSetReportEntry report)Indicates end of a given test-setvoidRunListener. testSetStarting(TestSetReportEntry report)Indicates the start of a given test-set
-