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 TypeInterfaceDescriptioninterfaceForkedProcessReportEventListener<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 ReportEntryForkedChannelDecoder.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 TypeMethodDescriptionvoidForkClient.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 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 voidConsoleOutputFileReporter.closeNullReportFile(ReportEntry reportEntry) (package private) static 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 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 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 ReportEntryModifier and TypeMethodDescription(package private) static StringBuilderForkedChannelEncoder.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 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 ReportEntryModifier and TypeMethodDescriptionprivate static ReportEntryTestListenerInvocationHandler.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 TypeMethodDescriptionvoidMockReporter.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 ReportEntryModifier and TypeFieldDescriptionprivate final ReportEntryTestMethod.descriptionprivate ReportEntryTestMethod.testAssumptionprivate ReportEntryTestMethod.testErrorprivate ReportEntryTestMethod.testFailureprivate ReportEntryTestMethod.testIgnoredMethods in org.apache.maven.surefire.junitcore that return ReportEntryModifier and TypeMethodDescriptionprivate ReportEntryTestMethod.createReportEntry(ReportEntry reportEntry) Methods in org.apache.maven.surefire.junitcore with parameters of type ReportEntryModifier and TypeMethodDescriptionprivate ReportEntryTestMethod.createReportEntry(ReportEntry reportEntry) TestSet.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 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 TypeInterfaceDescriptioninterfaceDescribes 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 TypeMethodDescriptionvoidRunListener.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