Uses of Interface
org.apache.maven.surefire.api.report.ReportEntry
Packages that use ReportEntry
Package
Description
-
Uses of ReportEntry in org.apache.maven.plugin.surefire.booterclient.output
Classes in org.apache.maven.plugin.surefire.booterclient.output with type parameters of type ReportEntryModifier and TypeInterfaceDescriptioninterface
ForkedProcessReportEventListener<T extends ReportEntry>
Methods in org.apache.maven.plugin.surefire.booterclient.output with type parameters of type ReportEntryModifier and TypeMethodDescription<T extends ReportEntry>
voidForkedProcessEventNotifier.setTestSetStartingListener
(ForkedProcessReportEventListener<T> listener) Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
ForkClient.TestAssumptionFailureListener.handle
(ReportEntry reportEntry) void
ForkClient.TestErrorListener.handle
(ReportEntry reportEntry) void
ForkClient.TestFailedListener.handle
(ReportEntry reportEntry) void
ForkClient.TestSkippedListener.handle
(ReportEntry reportEntry) void
ForkClient.TestStartingListener.handle
(ReportEntry reportEntry) void
ForkClient.TestSucceededListener.handle
(ReportEntry reportEntry) -
Uses of ReportEntry in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement ReportEntryFields in org.apache.maven.plugin.surefire.report declared as ReportEntryMethods in org.apache.maven.plugin.surefire.report with parameters of type ReportEntryModifier and TypeMethodDescriptionprivate void
ConsoleOutputFileReporter.closeNullReportFile
(ReportEntry reportEntry) (package private) static String
TestSetStats.concatenateWithTestGroup
(org.apache.maven.shared.utils.logging.MessageBuilder builder, ReportEntry report, boolean phrasedClassName) Append the test set message for a report.void
TestSetRunListener.testAssumptionFailure
(ReportEntry report) void
NullStatisticsReporter.testError
(ReportEntry report) void
TestSetRunListener.testError
(ReportEntry reportEntry) void
NullStatisticsReporter.testFailed
(ReportEntry report) void
TestSetRunListener.testFailed
(ReportEntry reportEntry) void
NullStatisticsReporter.testSkipped
(ReportEntry report) void
TestSetRunListener.testSkipped
(ReportEntry reportEntry) void
TestSetRunListener.testStarting
(ReportEntry report) void
NullStatisticsReporter.testSucceeded
(ReportEntry report) void
TestSetRunListener.testSucceeded
(ReportEntry reportEntry) private WrappedReportEntry
TestSetRunListener.wrap
(ReportEntry other, ReportEntryType reportEntryType) Constructors in org.apache.maven.plugin.surefire.report with parameters of type ReportEntryModifierConstructorDescriptionWrappedReportEntry
(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr) WrappedReportEntry
(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr, Map<String, String> systemProperties) -
Uses of ReportEntry in org.apache.maven.plugin.surefire.runorder
Methods in org.apache.maven.plugin.surefire.runorder with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
StatisticsReporter.testError
(ReportEntry report) void
StatisticsReporter.testFailed
(ReportEntry report) void
StatisticsReporter.testSkipped
(ReportEntry report) void
StatisticsReporter.testSucceeded
(ReportEntry report) -
Uses of ReportEntry in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
ForkingRunListener.testAssumptionFailure
(ReportEntry report) void
MasterProcessChannelEncoder.testAssumptionFailure
(ReportEntry reportEntry, boolean trimStackTraces) The test assumption failure.void
ForkingRunListener.testError
(ReportEntry report) void
MasterProcessChannelEncoder.testError
(ReportEntry reportEntry, boolean trimStackTraces) The test error.void
ForkingRunListener.testFailed
(ReportEntry report) void
MasterProcessChannelEncoder.testFailed
(ReportEntry reportEntry, boolean trimStackTraces) The test has failed.void
ForkingRunListener.testSkipped
(ReportEntry report) void
MasterProcessChannelEncoder.testSkipped
(ReportEntry reportEntry, boolean trimStackTraces) The test is skipped.void
ForkingRunListener.testStarting
(ReportEntry report) void
MasterProcessChannelEncoder.testStarting
(ReportEntry reportEntry, boolean trimStackTraces) The test has started.void
ForkingRunListener.testSucceeded
(ReportEntry report) void
MasterProcessChannelEncoder.testSucceeded
(ReportEntry reportEntry, boolean trimStackTraces) The test has succeeded. -
Uses of ReportEntry in org.apache.maven.surefire.api.event
Classes in org.apache.maven.surefire.api.event with type parameters of type ReportEntryModifier and TypeClassDescriptionclass
AbstractTestControlEvent<T extends ReportEntry>
The base class of an event of test control.Fields in org.apache.maven.surefire.api.event declared as ReportEntryConstructors in org.apache.maven.surefire.api.event with parameters of type ReportEntryModifierConstructorDescriptionTestAssumptionFailureEvent
(ReportEntry reportEntry) TestErrorEvent
(ReportEntry reportEntry) TestFailedEvent
(ReportEntry reportEntry) TestSkippedEvent
(ReportEntry reportEntry) TestStartingEvent
(ReportEntry reportEntry) TestSucceededEvent
(ReportEntry reportEntry) -
Uses of ReportEntry in org.apache.maven.surefire.api.report
Subinterfaces of ReportEntry in org.apache.maven.surefire.api.reportModifier and TypeInterfaceDescriptioninterface
Describes test-set when started and finished.Classes in org.apache.maven.surefire.api.report that implement ReportEntryModifier and TypeClassDescriptionclass
class
Basic implementation ofTestSetReportEntry
(immutable and thread-safe object).Methods in org.apache.maven.surefire.api.report with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
RunListener.testAssumptionFailure
(ReportEntry report) Event fired when a test assumption failure was encountered.void
RunListener.testError
(ReportEntry report) Event fired when a test ended with an error (non anticipated problem)void
RunListener.testFailed
(ReportEntry report) Event fired when a test ended with a failure (anticipated problem)void
RunListener.testSkipped
(ReportEntry report) Event fired when a test is skippedvoid
RunListener.testStarting
(ReportEntry report) Event fired when a test is about to startvoid
RunListener.testSucceeded
(ReportEntry report) Event fired when a test ended successfully -
Uses of ReportEntry in org.apache.maven.surefire.api.runorder
Methods in org.apache.maven.surefire.api.runorder with parameters of type ReportEntryModifier and TypeMethodDescriptionRunEntryStatisticsMap.createNextGeneration
(ReportEntry reportEntry) RunEntryStatisticsMap.createNextGenerationFailure
(ReportEntry reportEntry) private RunEntryStatistics
RunEntryStatisticsMap.findOrCreate
(ReportEntry reportEntry) -
Uses of ReportEntry in org.apache.maven.surefire.booter.spi
Methods in org.apache.maven.surefire.booter.spi with parameters of type ReportEntryModifier and TypeMethodDescription(package private) ByteBuffer
EventChannelEncoder.encode
(ForkedProcessEventType operation, ReportEntry reportEntry, boolean trimStackTraces) Used operations:
ForkedProcessEventType.BOOTERCODE_TESTSET_STARTING
,ForkedProcessEventType.BOOTERCODE_TESTSET_COMPLETED
,ForkedProcessEventType.BOOTERCODE_TEST_STARTING
,ForkedProcessEventType.BOOTERCODE_TEST_SUCCEEDED
,ForkedProcessEventType.BOOTERCODE_TEST_FAILED
,ForkedProcessEventType.BOOTERCODE_TEST_ERROR
,ForkedProcessEventType.BOOTERCODE_TEST_SKIPPED
,ForkedProcessEventType.BOOTERCODE_TEST_ASSUMPTIONFAILURE
.private void
EventChannelEncoder.encode
(ForkedProcessEventType operation, ReportEntry reportEntry, boolean trimStackTraces, boolean sync) void
EventChannelEncoder.testAssumptionFailure
(ReportEntry reportEntry, boolean trimStackTraces) void
EventChannelEncoder.testError
(ReportEntry reportEntry, boolean trimStackTraces) void
EventChannelEncoder.testFailed
(ReportEntry reportEntry, boolean trimStackTraces) void
EventChannelEncoder.testSkipped
(ReportEntry reportEntry, boolean trimStackTraces) void
EventChannelEncoder.testStarting
(ReportEntry reportEntry, boolean trimStackTraces) void
EventChannelEncoder.testSucceeded
(ReportEntry reportEntry, boolean trimStackTraces) -
Uses of ReportEntry in org.apache.maven.surefire.junit
Methods in org.apache.maven.surefire.junit that return ReportEntryModifier and TypeMethodDescriptionprivate ReportEntry
TestListenerInvocationHandler.toReportEntryWithException
(Object[] args) Methods in org.apache.maven.surefire.junit with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
JUnit3Reporter.testAssumptionFailure
(ReportEntry report) void
JUnit3Reporter.testError
(ReportEntry report) void
JUnit3Reporter.testFailed
(ReportEntry report) void
JUnit3Reporter.testSkipped
(ReportEntry report) void
JUnit3Reporter.testStarting
(ReportEntry report) void
JUnit3Reporter.testSucceeded
(ReportEntry report) -
Uses of ReportEntry in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore declared as ReportEntryModifier and TypeFieldDescriptionprivate final ReportEntry
TestMethod.description
Deprecated.private ReportEntry
TestMethod.testAssumption
Deprecated.private ReportEntry
TestMethod.testError
Deprecated.private ReportEntry
TestMethod.testFailure
Deprecated.private ReportEntry
TestMethod.testIgnored
Deprecated.Methods in org.apache.maven.surefire.junitcore that return ReportEntryModifier and TypeMethodDescriptionprivate ReportEntry
TestMethod.createReportEntry
(ReportEntry reportEntry) Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type ReportEntryModifier and TypeMethodDescriptionprivate ReportEntry
TestMethod.createReportEntry
(ReportEntry reportEntry) Deprecated.TestSet.createThreadAttachedTestMethod
(ReportEntry description) Deprecated.private TestMethod
ConcurrentRunListener.getOrCreateThreadAttachedTestMethod
(ReportEntry description) Deprecated.private TestSet
ConcurrentRunListener.getTestSet
(ReportEntry description) Deprecated.(package private) void
TestMethod.testAssumption
(ReportEntry failure) Deprecated.void
ConcurrentRunListener.testAssumptionFailure
(ReportEntry failure) Deprecated.void
ConcurrentRunListener.testError
(ReportEntry failure) Deprecated.(package private) void
TestMethod.testError
(ReportEntry failure) Deprecated.void
ConcurrentRunListener.testFailed
(ReportEntry failure) Deprecated.(package private) void
TestMethod.testFailure
(ReportEntry failure) Deprecated.(package private) void
TestMethod.testIgnored
(ReportEntry description) Deprecated.void
ConcurrentRunListener.testSkipped
(ReportEntry description) Deprecated.void
ConcurrentRunListener.testStarting
(ReportEntry description) Deprecated.void
ConcurrentRunListener.testSucceeded
(ReportEntry report) Deprecated.Constructors in org.apache.maven.surefire.junitcore with parameters of type ReportEntryModifierConstructorDescription(package private)
TestMethod
(ReportEntry description, TestSet testSet) Deprecated.