Uses of Interface
org.apache.maven.surefire.report.TestSetReportEntry
Packages that use TestSetReportEntry
Package
Description
-
Uses of TestSetReportEntry in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoidForkClient.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 TestSetReportEntryMethods in org.apache.maven.plugin.surefire.report with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoidConsoleOutputFileReporter.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 TestSetReportEntryModifier and TypeMethodDescriptionvoidForkingRunListener.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 TestSetReportEntryModifier and TypeClassDescriptionclassStatelessReporter<R extends TestSetReportEntry,S, C extends StatelessReportMojoConfiguration> Extension for stateless reporter.interfaceStatelessReportEventListener<R extends TestSetReportEntry,S> Creates a report upon handled event "testSetCompleted".classExtension listener for stateless console reporter of test-set.classExtension 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 TestSetReportEntryModifier and TypeMethodDescriptionvoidConsoleOutputReportEventListener.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 TestSetReportEntryModifier and TypeMethodDescriptionvoidMockReporter.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 TestSetReportEntryModifier and TypeMethodDescriptionprivate TestSetReportEntryTestSet.createReportEntry(Integer elapsed, Map<String, String> systemProps) private TestSetReportEntryTestSet.createReportEntryCompleted(int elapsed) private TestSetReportEntryNonConcurrentRunListener.createReportEntryForTestSet(org.junit.runner.Description description, Map<String, 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 TestSetReportEntryModifier and TypeMethodDescriptionvoidConcurrentRunListener.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 TestSetReportEntryMethods in org.apache.maven.surefire.report that return TestSetReportEntryModifier and TypeMethodDescriptionstatic TestSetReportEntryCategorizedReportEntry.reportEntry(String source, String sourceText, String name, String nameText, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String, String> systemProperties) Methods in org.apache.maven.surefire.report with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoidRunListener.testSetCompleted(TestSetReportEntry report) Indicates end of a given test-setvoidRunListener.testSetStarting(TestSetReportEntry report) Indicates the start of a given test-set