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.testSetReporter
Methods 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 TypeMethodDescriptionvoid
ConsoleOutputFileReporter.writeTestOutput
(TestOutputReportEntry reportEntry) void
DirectConsoleOutput.writeTestOutput
(TestOutputReportEntry reportEntry) void
NullConsoleOutputReceiver.writeTestOutput
(TestOutputReportEntry reportEntry) void
TestSetRunListener.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 TypeMethodDescriptionvoid
MasterProcessChannelEncoder.testOutput
(TestOutputReportEntry reportEntry) Test output, a line or characters.void
ForkingRunListener.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 TestOutputReportEntry
static TestOutputReportEntry
static TestOutputReportEntry
Methods 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 TypeMethodDescriptionvoid
EventChannelEncoder.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.reporter
Constructor 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 TypeMethodDescriptionvoid
ConsoleOutputReportEventListener.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.reporter
Constructor 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.output
Deprecated.private final ThreadLocal<TestReportListener<TestOutputReportEntry>>
ConcurrentRunListener.reporterManagerThreadLocal
Deprecated.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) void
LogicalStream.write
(TestOutputReportEntry reportEntry) Deprecated.void
ConcurrentRunListener.writeTestOutput
(TestOutputReportEntry reportEntry) Deprecated.void
TestMethod.writeTestOutput
(TestOutputReportEntry reportEntry) Deprecated.Method parameters in org.apache.maven.surefire.junitcore with type arguments of type TestOutputReportEntryModifier and TypeMethodDescription(package private) void
TestMethod.replay
(TestReportListener<TestOutputReportEntry> reporter) Deprecated.void
TestSet.replay
(TestReportListener<TestOutputReportEntry> target) Deprecated.(package private) void
LogicalStream.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.runListener
Constructor 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.reporter
Method parameters in org.apache.maven.surefire.testng with type arguments of type TestOutputReportEntryModifier and TypeMethodDescriptionprivate static TestNGReporter
TestNGProvider.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 aTestNG
class instance.