Uses of Class
org.apache.maven.surefire.api.report.TestOutputReportEntry
Packages that use TestOutputReportEntry
Package
Description
-
Uses of TestOutputReportEntry in org.apache.maven.plugin.surefire.booterclient.output
Fields in org.apache.maven.plugin.surefire.booterclient.output with type parameters of type TestOutputReportEntryModifier and TypeFieldDescriptionprivate TestReportListener<TestOutputReportEntry> ForkClient.testSetReporterMethods in org.apache.maven.plugin.surefire.booterclient.output that return types with arguments of type TestOutputReportEntryModifier and TypeMethodDescriptionForkClient.getConsoleOutputReceiver()private TestReportListener<TestOutputReportEntry> ForkClient.getTestSetReporter()OnlyForkClient.getConsoleOutputReceiver()may call this method in another Thread. -
Uses of TestOutputReportEntry in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report that return types with arguments of type TestOutputReportEntryMethods in org.apache.maven.plugin.surefire.report with parameters of type TestOutputReportEntryModifier and TypeMethodDescriptionvoidConsoleOutputFileReporter.writeTestOutput(TestOutputReportEntry reportEntry) voidDirectConsoleOutput.writeTestOutput(TestOutputReportEntry reportEntry) voidNullConsoleOutputReceiver.writeTestOutput(TestOutputReportEntry reportEntry) voidTestSetRunListener.writeTestOutput(TestOutputReportEntry reportEntry) -
Uses of TestOutputReportEntry in org.apache.maven.surefire.api.booter
Methods 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. -
Uses of TestOutputReportEntry in org.apache.maven.surefire.booter.spi
Methods in org.apache.maven.surefire.booter.spi with parameters of type TestOutputReportEntryModifier and TypeMethodDescriptionvoidEventChannelEncoder.testOutput(TestOutputReportEntry reportEntry) -
Uses of TestOutputReportEntry in org.apache.maven.surefire.common.junit4
Fields in org.apache.maven.surefire.common.junit4 with type parameters of type TestOutputReportEntryModifier and TypeFieldDescriptionprotected final TestReportListener<TestOutputReportEntry> JUnit4RunListener.reporterConstructor parameters in org.apache.maven.surefire.common.junit4 with type arguments of type TestOutputReportEntryModifierConstructorDescriptionConstructor. -
Uses of TestOutputReportEntry in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions with parameters of type TestOutputReportEntryModifier and TypeMethodDescriptionvoidConsoleOutputReportEventListener.writeTestOutput(TestOutputReportEntry reportEntry) -
Uses of TestOutputReportEntry in org.apache.maven.surefire.junit
Fields in org.apache.maven.surefire.junit with type parameters of type TestOutputReportEntryModifier and TypeFieldDescriptionprivate final TestReportListener<TestOutputReportEntry> JUnit3Reporter.reporterConstructor parameters in org.apache.maven.surefire.junit with type arguments of type TestOutputReportEntryModifierConstructorDescription(package private) -
Uses of TestOutputReportEntry in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore with type parameters of type TestOutputReportEntryModifier and TypeFieldDescriptionprivate final Queue<TestOutputReportEntry> LogicalStream.outputDeprecated.private final ThreadLocal<TestReportListener<TestOutputReportEntry>> ConcurrentRunListener.reporterManagerThreadLocalDeprecated.Methods in org.apache.maven.surefire.junitcore that return types with arguments of type TestOutputReportEntryModifier and TypeMethodDescription(package private) final TestReportListener<TestOutputReportEntry> ConcurrentRunListener.getRunListener()Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestOutputReportEntryModifier and TypeMethodDescription(package private) voidLogicalStream.write(TestOutputReportEntry reportEntry) Deprecated.voidConcurrentRunListener.writeTestOutput(TestOutputReportEntry reportEntry) Deprecated.voidTestMethod.writeTestOutput(TestOutputReportEntry reportEntry) Deprecated.Method parameters in org.apache.maven.surefire.junitcore with type arguments of type TestOutputReportEntryModifier and TypeMethodDescription(package private) voidTestMethod.replay(TestReportListener<TestOutputReportEntry> reporter) Deprecated.voidTestSet.replay(TestReportListener<TestOutputReportEntry> target) Deprecated.(package private) voidLogicalStream.writeDetails(TestOutputReceiver<TestOutputReportEntry> outputReceiver) Deprecated.Constructor parameters in org.apache.maven.surefire.junitcore with type arguments of type TestOutputReportEntryModifierConstructorDescription(package private)Deprecated. -
Uses of TestOutputReportEntry in org.apache.maven.surefire.junitplatform
Fields in org.apache.maven.surefire.junitplatform with type parameters of type TestOutputReportEntryModifier and TypeFieldDescriptionprivate final TestReportListener<TestOutputReportEntry> RunListenerAdapter.runListenerConstructor parameters in org.apache.maven.surefire.junitplatform with type arguments of type TestOutputReportEntryModifierConstructorDescription(package private)RunListenerAdapter(TestReportListener<TestOutputReportEntry> runListener) -
Uses of TestOutputReportEntry in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng with type parameters of type TestOutputReportEntryModifier and TypeFieldDescriptionprivate final TestReportListener<TestOutputReportEntry> TestNGReporter.reporterMethod parameters in org.apache.maven.surefire.testng with type arguments of type TestOutputReportEntryModifier and TypeMethodDescriptionprivate static TestNGReporterTestNGProvider.createTestNGReporter(TestReportListener<TestOutputReportEntry> reportManager) Constructor parameters in org.apache.maven.surefire.testng with type arguments of type TestOutputReportEntryModifierConstructorDescriptionConfigurationAwareTestNGReporter(TestReportListener<TestOutputReportEntry> reportManager) TestNGReporter(TestReportListener<TestOutputReportEntry> reportManager) Constructs a new instance that will listen to test updates from aTestNGclass instance.