Uses of Class
org.apache.maven.surefire.api.report.TestOutputReportEntry
-
Packages that use TestOutputReportEntry Package Description org.apache.maven.surefire.api.booter org.apache.maven.surefire.api.report -
-
Uses of TestOutputReportEntry in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter that return types with arguments of type TestOutputReportEntry Modifier and Type Method Description TestReportListener<TestOutputReportEntry>ForkingReporterFactory. createTestReportListener()Methods in org.apache.maven.surefire.api.booter with parameters of type TestOutputReportEntry Modifier and Type Method Description voidMasterProcessChannelEncoder. testOutput(TestOutputReportEntry reportEntry)Test output, a line or characters.voidForkingRunListener. writeTestOutput(TestOutputReportEntry reportEntry) -
Uses of TestOutputReportEntry in org.apache.maven.surefire.api.report
Methods in org.apache.maven.surefire.api.report that return TestOutputReportEntry Modifier and Type Method Description static TestOutputReportEntryTestOutputReportEntry. stdErr(java.lang.String log)static TestOutputReportEntryTestOutputReportEntry. stdErrln(java.lang.String log)static TestOutputReportEntryTestOutputReportEntry. stdOutln(java.lang.String log)Methods in org.apache.maven.surefire.api.report that return types with arguments of type TestOutputReportEntry Modifier and Type Method Description TestReportListener<TestOutputReportEntry>ReporterFactory. createTestReportListener()Creates a reporter listener.
-