Uses of Interface
org.apache.maven.surefire.api.report.ReportEntry
-
-
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 ReportEntry Modifier and Type Interface Description interface
ForkedProcessReportEventListener<T extends ReportEntry>
Methods in org.apache.maven.plugin.surefire.booterclient.output with type parameters of type ReportEntry Modifier and Type Method Description <T extends ReportEntry>
voidForkedProcessEventNotifier. setTestSetStartingListener(ForkedProcessReportEventListener<T> listener)
Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type ReportEntry Modifier and Type Method Description void
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 ReportEntry Modifier and Type Class Description class
WrappedReportEntry
Fields in org.apache.maven.plugin.surefire.report declared as ReportEntry Modifier and Type Field Description private ReportEntry
WrappedReportEntry. original
Methods in org.apache.maven.plugin.surefire.report with parameters of type ReportEntry Modifier and Type Method Description private void
ConsoleOutputFileReporter. closeNullReportFile(ReportEntry reportEntry)
(package private) static java.lang.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 ReportEntry Constructor Description WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, java.lang.Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr)
WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, java.lang.Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr, java.util.Map<java.lang.String,java.lang.String> systemProperties)
-
Uses of ReportEntry in org.apache.maven.plugin.surefire.runorder
Methods in org.apache.maven.plugin.surefire.runorder with parameters of type ReportEntry Modifier and Type Method Description 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.api.booter
Methods in org.apache.maven.surefire.api.booter with parameters of type ReportEntry Modifier and Type Method Description void
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 ReportEntry Modifier and Type Class Description class
AbstractTestControlEvent<T extends ReportEntry>
The base class of an event of test control.Fields in org.apache.maven.surefire.api.event declared as ReportEntry Modifier and Type Field Description private T
AbstractTestControlEvent. reportEntry
Constructors in org.apache.maven.surefire.api.event with parameters of type ReportEntry Constructor Description TestAssumptionFailureEvent(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.report Modifier and Type Interface Description interface
TestSetReportEntry
Describes test-set when started and finished.Classes in org.apache.maven.surefire.api.report that implement ReportEntry Modifier and Type Class Description class
CategorizedReportEntry
class
SimpleReportEntry
Basic implementation ofTestSetReportEntry
(immutable and thread-safe object).Methods in org.apache.maven.surefire.api.report with parameters of type ReportEntry Modifier and Type Method Description void
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 ReportEntry Modifier and Type Method Description RunEntryStatistics
RunEntryStatisticsMap. createNextGeneration(ReportEntry reportEntry)
RunEntryStatistics
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 ReportEntry Modifier and Type Method Description (package private) java.nio.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 ReportEntry Modifier and Type Method Description private ReportEntry
TestListenerInvocationHandler. toReportEntryWithException(java.lang.Object[] args)
Methods in org.apache.maven.surefire.junit with parameters of type ReportEntry Modifier and Type Method Description void
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 ReportEntry Modifier and Type Field Description private 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 ReportEntry Modifier and Type Method Description private ReportEntry
TestMethod. createReportEntry(ReportEntry reportEntry)
Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type ReportEntry Modifier and Type Method Description private ReportEntry
TestMethod. createReportEntry(ReportEntry reportEntry)
Deprecated.TestMethod
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 ReportEntry Constructor Description TestMethod(ReportEntry description, TestSet testSet)
Deprecated.
-