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 interfaceForkedProcessReportEventListener<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 ReportEntryForkedChannelDecoder. 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 voidForkClient.TestAssumptionFailureListener. handle(RunMode runMode, ReportEntry reportEntry)voidForkClient.TestErrorListener. handle(RunMode runMode, ReportEntry reportEntry)voidForkClient.TestFailedListener. handle(RunMode runMode, ReportEntry reportEntry)voidForkClient.TestSkippedListener. handle(RunMode runMode, ReportEntry reportEntry)voidForkClient.TestStartingListener. handle(RunMode runMode, ReportEntry reportEntry)voidForkClient.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 classWrappedReportEntryFields in org.apache.maven.plugin.surefire.report declared as ReportEntry Modifier and Type Field Description private ReportEntryWrappedReportEntry. originalMethods in org.apache.maven.plugin.surefire.report with parameters of type ReportEntry Modifier and Type Method Description private voidConsoleOutputFileReporter. closeNullReportFile(ReportEntry reportEntry)(package private) static java.lang.StringTestSetStats. concatenateWithTestGroup(org.apache.maven.shared.utils.logging.MessageBuilder builder, ReportEntry report, boolean phrasedClassName)Append the test set message for a report.voidTestSetRunListener. testAssumptionFailure(ReportEntry report)voidNullStatisticsReporter. testError(ReportEntry report)voidTestSetRunListener. testError(ReportEntry reportEntry)voidNullStatisticsReporter. testFailed(ReportEntry report)voidTestSetRunListener. testFailed(ReportEntry reportEntry)voidNullStatisticsReporter. testSkipped(ReportEntry report)voidTestSetRunListener. testSkipped(ReportEntry reportEntry)voidTestSetRunListener. testStarting(ReportEntry report)voidNullStatisticsReporter. testSucceeded(ReportEntry report)voidTestSetRunListener. testSucceeded(ReportEntry reportEntry)private WrappedReportEntryTestSetRunListener. 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 RunEntryStatisticsRunEntryStatisticsMap. createNextGeneration(ReportEntry reportEntry)RunEntryStatisticsRunEntryStatisticsMap. createNextGenerationFailure(ReportEntry reportEntry)private RunEntryStatisticsRunEntryStatisticsMap. findOrCreate(ReportEntry reportEntry)voidStatisticsReporter. testError(ReportEntry report)voidStatisticsReporter. testFailed(ReportEntry report)voidStatisticsReporter. testSkipped(ReportEntry report)voidStatisticsReporter. 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.StringBuilderForkedChannelEncoder. 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 voidForkedChannelEncoder. encode(ForkedProcessEvent operation, RunMode runMode, ReportEntry reportEntry, boolean trimStackTraces)voidForkedChannelEncoder. testAssumptionFailure(ReportEntry reportEntry, boolean trimStackTraces)voidForkingRunListener. testAssumptionFailure(ReportEntry report)voidForkedChannelEncoder. testError(ReportEntry reportEntry, boolean trimStackTraces)voidForkingRunListener. testError(ReportEntry report)voidForkedChannelEncoder. testFailed(ReportEntry reportEntry, boolean trimStackTraces)voidForkingRunListener. testFailed(ReportEntry report)voidForkedChannelEncoder. testSetCompleted(ReportEntry reportEntry, boolean trimStackTraces)voidForkedChannelEncoder. testSetStarting(ReportEntry reportEntry, boolean trimStackTraces)voidForkedChannelEncoder. testSkipped(ReportEntry reportEntry, boolean trimStackTraces)voidForkingRunListener. testSkipped(ReportEntry report)voidForkedChannelEncoder. testStarting(ReportEntry reportEntry, boolean trimStackTraces)voidForkingRunListener. testStarting(ReportEntry report)voidForkedChannelEncoder. testSucceeded(ReportEntry reportEntry, boolean trimStackTraces)voidForkingRunListener. 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 ReportEntryTestListenerInvocationHandler. 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 voidMockReporter. testAssumptionFailure(ReportEntry report)voidMockReporter. testError(ReportEntry report)voidMockReporter. testFailed(ReportEntry report)voidMockReporter. testSkipped(ReportEntry report)voidMockReporter. testSkippedByUser(ReportEntry report)voidMockReporter. testStarting(ReportEntry report)voidMockReporter. 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 ReportEntryTestMethod. descriptionprivate ReportEntryTestMethod. testAssumptionprivate ReportEntryTestMethod. testErrorprivate ReportEntryTestMethod. testFailureprivate ReportEntryTestMethod. testIgnoredMethods in org.apache.maven.surefire.junitcore that return ReportEntry Modifier and Type Method Description private ReportEntryTestMethod. createReportEntry(ReportEntry reportEntry)Methods in org.apache.maven.surefire.junitcore with parameters of type ReportEntry Modifier and Type Method Description private ReportEntryTestMethod. createReportEntry(ReportEntry reportEntry)TestMethodTestSet. createThreadAttachedTestMethod(ReportEntry description)private TestMethodConcurrentRunListener. getOrCreateThreadAttachedTestMethod(ReportEntry description)private TestSetConcurrentRunListener. getTestSet(ReportEntry description)(package private) voidTestMethod. testAssumption(ReportEntry failure)voidConcurrentRunListener. testAssumptionFailure(ReportEntry failure)voidConcurrentRunListener. testError(ReportEntry failure)(package private) voidTestMethod. testError(ReportEntry failure)voidConcurrentRunListener. testFailed(ReportEntry failure)(package private) voidTestMethod. testFailure(ReportEntry failure)(package private) voidTestMethod. testIgnored(ReportEntry description)voidConcurrentRunListener. testSkipped(ReportEntry description)voidConcurrentRunListener. testStarting(ReportEntry description)voidConcurrentRunListener. 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 interfaceTestSetReportEntryDescribes test-set when started and finished.Classes in org.apache.maven.surefire.report that implement ReportEntry Modifier and Type Class Description classCategorizedReportEntryclassSimpleReportEntryMethods in org.apache.maven.surefire.report with parameters of type ReportEntry Modifier and Type Method Description voidRunListener. testAssumptionFailure(ReportEntry report)Event fired when a test assumption failure was encountered.voidRunListener. testError(ReportEntry report)Event fired when a test ended with an error (non anticipated problem)voidRunListener. testFailed(ReportEntry report)Event fired when a test ended with a failure (anticipated problem)voidRunListener. testSkipped(ReportEntry report)Event fired when a test is skippedvoidRunListener. testStarting(ReportEntry report)Event fired when a test is about to startvoidRunListener. testSucceeded(ReportEntry report)Event fired when a test ended successfully
-