Uses of Interface
org.apache.maven.surefire.api.report.OutputReportEntry
Packages that use OutputReportEntry
-
Uses of OutputReportEntry in org.apache.maven.surefire.api.report
Classes in org.apache.maven.surefire.api.report with type parameters of type OutputReportEntryModifier and TypeInterfaceDescriptioninterfaceTestOutputReceiver<T extends OutputReportEntry>A receiver of stdout/sterr output from running tests.interfaceTestReportListener<T extends OutputReportEntry>This architecture has two sides (forked JVM, plugin JVM) implementing the same interfaceTestReportListener:Classes in org.apache.maven.surefire.api.report that implement OutputReportEntryModifier and TypeClassDescriptionfinal classThis report entry should be used inTestOutputReceiver.writeTestOutput(OutputReportEntry).Methods in org.apache.maven.surefire.api.report that return OutputReportEntryMethod parameters in org.apache.maven.surefire.api.report with type arguments of type OutputReportEntryModifier and TypeMethodDescriptionstatic voidConsoleOutputCapture.startCapture(TestOutputReceiver<OutputReportEntry> target) Constructors in org.apache.maven.surefire.api.report with parameters of type OutputReportEntryModifierConstructorDescriptionTestOutputReportEntry(OutputReportEntry reportEntry, RunMode runMode, Long testRunId)