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 TypeMethodDescriptionvoid
ForkClient.TestSetCompletedListener.handle
(TestSetReportEntry reportEntry) void
ForkClient.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 TypeMethodDescriptionvoid
ConsoleOutputFileReporter.testSetCompleted
(TestSetReportEntry report) void
DirectConsoleOutput.testSetCompleted
(TestSetReportEntry report) void
NullConsoleOutputReceiver.testSetCompleted
(TestSetReportEntry report) void
TestcycleConsoleOutputReceiver.testSetCompleted
(TestSetReportEntry report) void
TestSetRunListener.testSetCompleted
(TestSetReportEntry report) void
ConsoleOutputFileReporter.testSetStarting
(TestSetReportEntry reportEntry) void
ConsoleReporter.testSetStarting
(TestSetReportEntry report) void
DirectConsoleOutput.testSetStarting
(TestSetReportEntry reportEntry) void
NullConsoleOutputReceiver.testSetStarting
(TestSetReportEntry reportEntry) void
NullConsoleReporter.testSetStarting
(TestSetReportEntry report) void
TestcycleConsoleOutputReceiver.testSetStarting
(TestSetReportEntry reportEntry) void
TestSetRunListener.testSetStarting
(TestSetReportEntry report) private WrappedReportEntry
TestSetRunListener.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 TypeMethodDescriptionvoid
ForkingRunListener.testSetCompleted
(TestSetReportEntry report) void
MasterProcessChannelEncoder.testSetCompleted
(TestSetReportEntry reportEntry, boolean trimStackTraces) The test set has finished.void
ForkingRunListener.testSetStarting
(TestSetReportEntry report) void
MasterProcessChannelEncoder.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 TypeClassDescriptionclass
class
Basic implementation ofTestSetReportEntry
(immutable and thread-safe object).Methods in org.apache.maven.surefire.api.report that return TestSetReportEntryModifier and TypeMethodDescriptionstatic TestSetReportEntry
CategorizedReportEntry.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 TypeMethodDescriptionvoid
RunListener.testSetCompleted
(TestSetReportEntry report) Indicates end of a given test-setvoid
RunListener.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 TypeMethodDescriptionvoid
EventChannelEncoder.testSetCompleted
(TestSetReportEntry reportEntry, boolean trimStackTraces) void
EventChannelEncoder.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 TypeClassDescriptionclass
StatelessReporter<R extends TestSetReportEntry,
S, C extends StatelessReportMojoConfiguration> Extension for stateless reporter.interface
StatelessReportEventListener<R extends TestSetReportEntry,
S> Creates a report upon handled event "testSetCompleted".class
Extension listener for stateless console reporter of test-set.class
Extension listener for stateless file reporter of test-set.class
StatelessTestsetInfoReporter<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 TypeMethodDescriptionvoid
ConsoleOutputReportEventListener.testSetCompleted
(TestSetReportEntry report) void
ConsoleOutputReportEventListener.testSetStarting
(TestSetReportEntry report) abstract void
StatelessTestsetInfoConsoleReportEventListener.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 TypeMethodDescriptionvoid
JUnit3Reporter.testSetCompleted
(TestSetReportEntry report) void
JUnit3Reporter.testSetStarting
(TestSetReportEntry report) -
Uses of TestSetReportEntry in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return TestSetReportEntryModifier and TypeMethodDescriptionprivate TestSetReportEntry
TestSet.createReportEntry
(Integer elapsed, Map<String, String> systemProps) Deprecated.private TestSetReportEntry
TestSet.createReportEntryCompleted
(int elapsed) Deprecated.private TestSetReportEntry
NonConcurrentRunListener.createReportEntryForTestSet
(org.junit.runner.Description description, Map<String, String> systemProps) Deprecated.private TestSetReportEntry
TestSet.createReportEntryStarted()
Deprecated.private TestSetReportEntry
NonConcurrentRunListener.createTestSetReportEntryFinished
(org.junit.runner.Description description) Deprecated.private TestSetReportEntry
NonConcurrentRunListener.createTestSetReportEntryStarted
(org.junit.runner.Description description) Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestSetReportEntryModifier and TypeMethodDescriptionvoid
ConcurrentRunListener.testSetCompleted
(TestSetReportEntry result) Deprecated.void
ConcurrentRunListener.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 TestSetReportEntry
EventDecoder.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 TestSetReportEntry
EventDecoder.toReportEntry
(List<Object> args)