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 with parameters of type TestSetReportEntry Modifier and Type Method Description voidForkClient.TestSetCompletedListener. handle(RunMode runMode, TestSetReportEntry reportEntry)voidForkClient.TestSetStartingListener. handle(RunMode runMode, TestSetReportEntry reportEntry) -
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 voidConsoleOutputFileReporter. testSetCompleted(TestSetReportEntry report)voidDirectConsoleOutput. testSetCompleted(TestSetReportEntry report)voidNullConsoleOutputReceiver. testSetCompleted(TestSetReportEntry report)voidTestcycleConsoleOutputReceiver. testSetCompleted(TestSetReportEntry report)voidTestSetRunListener. testSetCompleted(TestSetReportEntry report)voidConsoleOutputFileReporter. testSetStarting(TestSetReportEntry reportEntry)voidConsoleReporter. testSetStarting(TestSetReportEntry report)voidDirectConsoleOutput. testSetStarting(TestSetReportEntry reportEntry)voidNullConsoleOutputReceiver. testSetStarting(TestSetReportEntry reportEntry)voidNullConsoleReporter. testSetStarting(TestSetReportEntry report)voidTestcycleConsoleOutputReceiver. testSetStarting(TestSetReportEntry reportEntry)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.extensions
Classes in org.apache.maven.surefire.extensions with type parameters of type TestSetReportEntry Modifier and Type Class Description classStatelessReporter<R extends TestSetReportEntry,S,C extends StatelessReportMojoConfiguration>Extension for stateless reporter.interfaceStatelessReportEventListener<R extends TestSetReportEntry,S>Creates a report upon handled event "testSetCompleted".classStatelessTestsetInfoConsoleReportEventListener<R extends TestSetReportEntry,S>Extension listener for stateless console reporter of test-set.classStatelessTestsetInfoFileReportEventListener<R extends TestSetReportEntry,S>Extension listener for stateless file reporter of test-set.classStatelessTestsetInfoReporter<R extends TestSetReportEntry,S>Extension listener for stateless file and console reporter of test-set.Methods in org.apache.maven.surefire.extensions with parameters of type TestSetReportEntry Modifier and Type Method Description voidConsoleOutputReportEventListener. testSetCompleted(TestSetReportEntry report)voidConsoleOutputReportEventListener. testSetStarting(TestSetReportEntry report)abstract voidStatelessTestsetInfoConsoleReportEventListener. 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 sourceText, java.lang.String name, java.lang.String nameText, 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
-