Uses of Interface
org.apache.maven.surefire.api.report.OutputReportEntry
-
Packages that use OutputReportEntry Package Description org.apache.maven.surefire.api.report -
-
Uses of OutputReportEntry in org.apache.maven.surefire.api.report
Classes in org.apache.maven.surefire.api.report with type parameters of type OutputReportEntry Modifier and Type Interface Description interfaceTestOutputReceiver<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 OutputReportEntry Modifier and Type Class Description classTestOutputReportEntryThis report entry should be used inTestOutputReceiver.writeTestOutput(OutputReportEntry).Methods in org.apache.maven.surefire.api.report that return OutputReportEntry Modifier and Type Method Description static OutputReportEntryTestOutputReportEntry. stdOut(java.lang.String log)Method parameters in org.apache.maven.surefire.api.report with type arguments of type OutputReportEntry Modifier and Type Method Description static voidConsoleOutputCapture. startCapture(TestOutputReceiver<OutputReportEntry> target)Constructors in org.apache.maven.surefire.api.report with parameters of type OutputReportEntry Constructor Description TestOutputReportEntry(OutputReportEntry reportEntry, RunMode runMode, java.lang.Long testRunId)
-