Uses of Interface
org.apache.maven.surefire.report.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)Append the test set message for a report.private static java.io.FileStatelessXmlReporter. getReportFile(ReportEntry report, java.io.File reportsDirectory, java.lang.String reportNameSuffix)Deprecated.voidTestSetRunListener. testAssumptionFailure(ReportEntry report)voidNullStatisticsReporter. testError(ReportEntry report)voidTestSetRunListener. testError(ReportEntry reportEntry)voidNullStatisticsReporter. testFailed(ReportEntry report)voidTestSetRunListener. testFailed(ReportEntry reportEntry)voidConsoleOutputFileReporter. testSetCompleted(ReportEntry report)voidDirectConsoleOutput. testSetCompleted(ReportEntry report)voidTestcycleConsoleOutputReceiver. testSetCompleted(ReportEntry report)voidConsoleOutputFileReporter. testSetStarting(ReportEntry reportEntry)voidConsoleReporter. testSetStarting(ReportEntry report)voidDirectConsoleOutput. testSetStarting(ReportEntry reportEntry)private java.io.PrintWriterFileReporter. testSetStarting(ReportEntry report)voidNullConsoleReporter. testSetStarting(ReportEntry report)voidTestcycleConsoleOutputReceiver. testSetStarting(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)RunEntryStatisticsRunEntryStatisticsMap. findOrCreate(ReportEntry reportEntry)static RunEntryStatisticsRunEntryStatistics. fromReportEntry(ReportEntry previous)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 voidForkingRunListener. testAssumptionFailure(ReportEntry report)voidForkingRunListener. testError(ReportEntry report)voidForkingRunListener. testFailed(ReportEntry report)voidForkingRunListener. testSkipped(ReportEntry report)voidForkingRunListener. testStarting(ReportEntry report)voidForkingRunListener. testSucceeded(ReportEntry report)private java.lang.StringForkingRunListener. toString(byte operationCode, ReportEntry reportEntry, int testSetChannelId) -
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
-