Uses of Interface
org.apache.maven.surefire.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>
voidForkedChannelDecoder. setTestSetStartingListener(ForkedProcessReportEventListener<T> listener)
Methods in org.apache.maven.plugin.surefire.booterclient.output that return ReportEntry Modifier and Type Method Description (package private) static ReportEntry
ForkedChannelDecoder. toReportEntry(java.nio.charset.Charset encoding, java.lang.String encSource, java.lang.String encSourceText, java.lang.String encName, java.lang.String encNameText, java.lang.String encGroup, java.lang.String encMessage, java.lang.String encTimeElapsed, java.lang.String encTraceMessage, java.lang.String encSmartTrimmedStackTrace, java.lang.String encStackTrace)
Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type ReportEntry Modifier and Type Method Description void
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 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 RunEntryStatistics
RunEntryStatisticsMap. createNextGeneration(ReportEntry reportEntry)
RunEntryStatistics
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 ReportEntry Modifier and Type Method Description (package private) static java.lang.StringBuilder
ForkedChannelEncoder. encode(java.lang.String operation, java.lang.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 ReportEntry Modifier and Type Method Description private static ReportEntry
TestListenerInvocationHandler. toReportEntryWithException(java.lang.Object[] args)
-
Uses of ReportEntry in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 with parameters of type ReportEntry Modifier and Type Method Description void
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 ReportEntry Modifier and Type Field Description private 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 ReportEntry Modifier and Type Method Description private ReportEntry
TestMethod. createReportEntry(ReportEntry reportEntry)
Methods in org.apache.maven.surefire.junitcore with parameters of type ReportEntry Modifier and Type Method Description private ReportEntry
TestMethod. createReportEntry(ReportEntry reportEntry)
TestMethod
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 ReportEntry Constructor Description TestMethod(ReportEntry description, TestSet testSet)
-
Uses of ReportEntry in org.apache.maven.surefire.report
Subinterfaces of ReportEntry in org.apache.maven.surefire.report Modifier and Type Interface Description interface
TestSetReportEntry
Describes test-set when started and finished.Classes in org.apache.maven.surefire.report that implement ReportEntry Modifier and Type Class Description class
CategorizedReportEntry
class
SimpleReportEntry
Methods in org.apache.maven.surefire.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
-