Uses of Interface
org.apache.maven.surefire.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>
voidForkedChannelDecoder.setTestSetStartingListener
(ForkedProcessReportEventListener<T> listener) Methods in org.apache.maven.plugin.surefire.booterclient.output that return ReportEntryModifier and TypeMethodDescription(package private) static ReportEntry
ForkedChannelDecoder.toReportEntry
(Charset encoding, String encSource, String encSourceText, String encName, String encNameText, String encGroup, String encMessage, String encTimeElapsed, String encTraceMessage, String encSmartTrimmedStackTrace, String encStackTrace) Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
ForkClient.TestAssumptionFailureListener.handle
(RunMode runMode, ReportEntry reportEntry) void
ForkClient.TestErrorListener.handle
(RunMode runMode, ReportEntry reportEntry) void
ForkClient.TestFailedListener.handle
(RunMode runMode, ReportEntry reportEntry) void
ForkClient.TestSkippedListener.handle
(RunMode runMode, ReportEntry reportEntry) void
ForkClient.TestStartingListener.handle
(RunMode runMode, ReportEntry reportEntry) void
ForkClient.TestSucceededListener.handle
(RunMode runMode, 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 TypeMethodDescriptionRunEntryStatisticsMap.createNextGeneration
(ReportEntry reportEntry) RunEntryStatisticsMap.createNextGenerationFailure
(ReportEntry reportEntry) private RunEntryStatistics
RunEntryStatisticsMap.findOrCreate
(ReportEntry reportEntry) void
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.booter
Methods in org.apache.maven.surefire.booter with parameters of type ReportEntryModifier and TypeMethodDescription(package private) static StringBuilder
ForkedChannelEncoder.encode
(String operation, String runMode, ReportEntry reportEntry, boolean trimStackTraces) Used operations:
ForkedProcessEvent.BOOTERCODE_TESTSET_STARTING
,ForkedProcessEvent.BOOTERCODE_TESTSET_COMPLETED
,ForkedProcessEvent.BOOTERCODE_TEST_STARTING
,ForkedProcessEvent.BOOTERCODE_TEST_SUCCEEDED
,ForkedProcessEvent.BOOTERCODE_TEST_FAILED
,ForkedProcessEvent.BOOTERCODE_TEST_ERROR
,ForkedProcessEvent.BOOTERCODE_TEST_SKIPPED
,ForkedProcessEvent.BOOTERCODE_TEST_ASSUMPTIONFAILURE
.private void
ForkedChannelEncoder.encode
(ForkedProcessEvent operation, RunMode runMode, ReportEntry reportEntry, boolean trimStackTraces) void
ForkedChannelEncoder.testAssumptionFailure
(ReportEntry reportEntry, boolean trimStackTraces) void
ForkingRunListener.testAssumptionFailure
(ReportEntry report) void
ForkedChannelEncoder.testError
(ReportEntry reportEntry, boolean trimStackTraces) void
ForkingRunListener.testError
(ReportEntry report) void
ForkedChannelEncoder.testFailed
(ReportEntry reportEntry, boolean trimStackTraces) void
ForkingRunListener.testFailed
(ReportEntry report) void
ForkedChannelEncoder.testSetCompleted
(ReportEntry reportEntry, boolean trimStackTraces) void
ForkedChannelEncoder.testSetStarting
(ReportEntry reportEntry, boolean trimStackTraces) void
ForkedChannelEncoder.testSkipped
(ReportEntry reportEntry, boolean trimStackTraces) void
ForkingRunListener.testSkipped
(ReportEntry report) void
ForkedChannelEncoder.testStarting
(ReportEntry reportEntry, boolean trimStackTraces) void
ForkingRunListener.testStarting
(ReportEntry report) void
ForkedChannelEncoder.testSucceeded
(ReportEntry reportEntry, boolean trimStackTraces) void
ForkingRunListener.testSucceeded
(ReportEntry report) -
Uses of ReportEntry in org.apache.maven.surefire.junit
Methods in org.apache.maven.surefire.junit that return ReportEntryModifier and TypeMethodDescriptionprivate static ReportEntry
TestListenerInvocationHandler.toReportEntryWithException
(Object[] args) -
Uses of ReportEntry in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 with parameters of type ReportEntryModifier and TypeMethodDescriptionvoid
MockReporter.testAssumptionFailure
(ReportEntry report) void
MockReporter.testError
(ReportEntry report) void
MockReporter.testFailed
(ReportEntry report) void
MockReporter.testSkipped
(ReportEntry report) void
MockReporter.testSkippedByUser
(ReportEntry report) void
MockReporter.testStarting
(ReportEntry report) void
MockReporter.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
private ReportEntry
TestMethod.testAssumption
private ReportEntry
TestMethod.testError
private ReportEntry
TestMethod.testFailure
private ReportEntry
TestMethod.testIgnored
Methods in org.apache.maven.surefire.junitcore that return ReportEntryModifier and TypeMethodDescriptionprivate ReportEntry
TestMethod.createReportEntry
(ReportEntry reportEntry) Methods in org.apache.maven.surefire.junitcore with parameters of type ReportEntryModifier and TypeMethodDescriptionprivate ReportEntry
TestMethod.createReportEntry
(ReportEntry reportEntry) TestSet.createThreadAttachedTestMethod
(ReportEntry description) private TestMethod
ConcurrentRunListener.getOrCreateThreadAttachedTestMethod
(ReportEntry description) private TestSet
ConcurrentRunListener.getTestSet
(ReportEntry description) (package private) void
TestMethod.testAssumption
(ReportEntry failure) void
ConcurrentRunListener.testAssumptionFailure
(ReportEntry failure) void
ConcurrentRunListener.testError
(ReportEntry failure) (package private) void
TestMethod.testError
(ReportEntry failure) void
ConcurrentRunListener.testFailed
(ReportEntry failure) (package private) void
TestMethod.testFailure
(ReportEntry failure) (package private) void
TestMethod.testIgnored
(ReportEntry description) void
ConcurrentRunListener.testSkipped
(ReportEntry description) void
ConcurrentRunListener.testStarting
(ReportEntry description) void
ConcurrentRunListener.testSucceeded
(ReportEntry report) Constructors in org.apache.maven.surefire.junitcore with parameters of type ReportEntryModifierConstructorDescription(package private)
TestMethod
(ReportEntry description, TestSet testSet) -
Uses of ReportEntry in org.apache.maven.surefire.report
Subinterfaces of ReportEntry in org.apache.maven.surefire.reportModifier and TypeInterfaceDescriptioninterface
Describes test-set when started and finished.Classes in org.apache.maven.surefire.report that implement ReportEntryMethods in org.apache.maven.surefire.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