Uses of Interface
org.apache.maven.surefire.report.TestSetReportEntry
-
-
Uses of TestSetReportEntry in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output that return TestSetReportEntry Modifier and Type Method Description private TestSetReportEntryForkClient. createReportEntry(java.lang.String untokenized)private TestSetReportEntryForkClient. createReportEntry(java.lang.String untokenized, java.util.Map<java.lang.String,java.lang.String> systemProperties) -
Uses of TestSetReportEntry in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement TestSetReportEntry Modifier and Type Class Description classWrappedReportEntryMethods in org.apache.maven.plugin.surefire.report with parameters of type TestSetReportEntry Modifier and Type Method Description voidTestSetRunListener. testSetCompleted(TestSetReportEntry report)voidTestSetRunListener. testSetStarting(TestSetReportEntry report)private WrappedReportEntryTestSetRunListener. wrapTestSet(TestSetReportEntry other) -
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.junit4
Methods in org.apache.maven.surefire.junit4 with parameters of type TestSetReportEntry Modifier and Type Method Description voidMockReporter. testSetCompleted(TestSetReportEntry report)voidMockReporter. testSetStarting(TestSetReportEntry report) -
Uses of TestSetReportEntry in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return TestSetReportEntry Modifier and Type Method Description private TestSetReportEntryTestSet. createReportEntry(java.lang.Integer elapsed, java.util.Map<java.lang.String,java.lang.String> systemProps)private TestSetReportEntryTestSet. createReportEntryCompleted(int elapsed)private TestSetReportEntryNonConcurrentRunListener. createReportEntryForTestSet(org.junit.runner.Description description, java.util.Map<java.lang.String,java.lang.String> systemProps)private TestSetReportEntryTestSet. createReportEntryStarted()private TestSetReportEntryNonConcurrentRunListener. createTestSetReportEntryFinished(org.junit.runner.Description description)private TestSetReportEntryNonConcurrentRunListener. createTestSetReportEntryStarted(org.junit.runner.Description description)Methods in org.apache.maven.surefire.junitcore with parameters of type TestSetReportEntry Modifier and Type Method Description voidConcurrentRunListener. testSetCompleted(TestSetReportEntry result)voidConcurrentRunListener. testSetStarting(TestSetReportEntry description) -
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
-