Uses of Interface
org.apache.maven.surefire.api.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(TestSetReportEntry reportEntry) voidForkClient.TestSetStartingListener.handle(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.api.booter
Methods in org.apache.maven.surefire.api.booter with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoidForkingRunListener.testSetCompleted(TestSetReportEntry report) voidMasterProcessChannelEncoder.testSetCompleted(TestSetReportEntry reportEntry, boolean trimStackTraces) The test set has finished.voidForkingRunListener.testSetStarting(TestSetReportEntry report) voidMasterProcessChannelEncoder.testSetStarting(TestSetReportEntry reportEntry, boolean trimStackTraces) The test set has started. -
Uses of TestSetReportEntry in org.apache.maven.surefire.api.event
Constructors in org.apache.maven.surefire.api.event with parameters of type TestSetReportEntryModifierConstructorDescriptionTestsetCompletedEvent(TestSetReportEntry reportEntry) TestsetStartingEvent(TestSetReportEntry reportEntry) -
Uses of TestSetReportEntry in org.apache.maven.surefire.api.report
Classes in org.apache.maven.surefire.api.report that implement TestSetReportEntryModifier and TypeClassDescriptionclassclassBasic implementation ofTestSetReportEntry(immutable and thread-safe object).Methods in org.apache.maven.surefire.api.report that return TestSetReportEntryModifier and TypeMethodDescriptionstatic TestSetReportEntryCategorizedReportEntry.reportEntry(RunMode runMode, Long testRunId, 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.api.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 -
Uses of TestSetReportEntry in org.apache.maven.surefire.booter.spi
Methods in org.apache.maven.surefire.booter.spi with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoidEventChannelEncoder.testSetCompleted(TestSetReportEntry reportEntry, boolean trimStackTraces) voidEventChannelEncoder.testSetStarting(TestSetReportEntry reportEntry, boolean trimStackTraces) -
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.junit
Methods in org.apache.maven.surefire.junit with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoidJUnit3Reporter.testSetCompleted(TestSetReportEntry report) voidJUnit3Reporter.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) Deprecated.private TestSetReportEntryTestSet.createReportEntryCompleted(int elapsed) Deprecated.private TestSetReportEntryNonConcurrentRunListener.createReportEntryForTestSet(org.junit.runner.Description description, Map<String, String> systemProps) Deprecated.private TestSetReportEntryTestSet.createReportEntryStarted()Deprecated.private TestSetReportEntryNonConcurrentRunListener.createTestSetReportEntryFinished(org.junit.runner.Description description) Deprecated.private TestSetReportEntryNonConcurrentRunListener.createTestSetReportEntryStarted(org.junit.runner.Description description) Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoidConcurrentRunListener.testSetCompleted(TestSetReportEntry result) Deprecated.voidConcurrentRunListener.testSetStarting(TestSetReportEntry description) Deprecated. -
Uses of TestSetReportEntry in org.apache.maven.surefire.stream
Methods in org.apache.maven.surefire.stream that return TestSetReportEntryModifier and TypeMethodDescription(package private) static TestSetReportEntryEventDecoder.newReportEntry(RunMode runMode, long testRunId, String source, String sourceText, String name, String nameText, String group, String message, Integer timeElapsed, String traceMessage, String smartTrimmedStackTrace, String stackTrace) private static TestSetReportEntryEventDecoder.toReportEntry(List<Object> args)