Uses of Class
org.apache.maven.surefire.api.report.TestOutputReportEntry
Packages that use TestOutputReportEntry
-
Uses of TestOutputReportEntry in org.apache.maven.surefire.api.booter
Classes in org.apache.maven.surefire.api.booter that implement interfaces with type arguments of type TestOutputReportEntryModifier and TypeClassDescriptionclassEncodes the full output of the test run to the "target".Methods in org.apache.maven.surefire.api.booter that return types with arguments of type TestOutputReportEntryMethods in org.apache.maven.surefire.api.booter with parameters of type TestOutputReportEntryModifier and TypeMethodDescriptionvoidMasterProcessChannelEncoder.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 TestOutputReportEntryModifier and TypeMethodDescriptionstatic TestOutputReportEntrystatic TestOutputReportEntrystatic TestOutputReportEntryMethods in org.apache.maven.surefire.api.report that return types with arguments of type TestOutputReportEntryModifier and TypeMethodDescriptionReporterFactory.createTestReportListener()Creates a reporter listener.