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 void
ForkingRunListener. testSetCompleted(TestSetReportEntry report)
void
ForkingRunListener. 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 class
CategorizedReportEntry
class
SimpleReportEntry
Methods in org.apache.maven.surefire.report that return TestSetReportEntry Modifier and Type Method Description static TestSetReportEntry
CategorizedReportEntry. 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 void
RunListener. testSetCompleted(TestSetReportEntry report)
Indicates end of a given test-setvoid
RunListener. testSetStarting(TestSetReportEntry report)
Indicates the start of a given test-set
-