Uses of Interface
org.apache.maven.surefire.api.report.TestReportListener
Packages that use TestReportListener
Package
Description
-
Uses of TestReportListener in org.apache.maven.plugin.surefire.booterclient.output
Fields in org.apache.maven.plugin.surefire.booterclient.output declared as TestReportListenerModifier and TypeFieldDescriptionprivate TestReportListener<TestOutputReportEntry>
ForkClient.testSetReporter
Methods in org.apache.maven.plugin.surefire.booterclient.output that return TestReportListenerModifier and TypeMethodDescriptionprivate TestReportListener<TestOutputReportEntry>
ForkClient.getTestSetReporter()
OnlyForkClient.getConsoleOutputReceiver()
may call this method in another Thread. -
Uses of TestReportListener in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement TestReportListenerMethods in org.apache.maven.plugin.surefire.report that return TestReportListener -
Uses of TestReportListener in org.apache.maven.surefire.api.booter
Classes in org.apache.maven.surefire.api.booter that implement TestReportListenerModifier and TypeClassDescriptionclass
Encodes the full output of the test run to the "target".Methods in org.apache.maven.surefire.api.booter that return TestReportListener -
Uses of TestReportListener in org.apache.maven.surefire.api.report
Methods in org.apache.maven.surefire.api.report that return TestReportListenerModifier and TypeMethodDescriptionReporterFactory.createTestReportListener()
Creates a reporter listener. -
Uses of TestReportListener in org.apache.maven.surefire.common.junit4
Fields in org.apache.maven.surefire.common.junit4 declared as TestReportListenerModifier and TypeFieldDescriptionprotected final TestReportListener<TestOutputReportEntry>
JUnit4RunListener.reporter
Constructors in org.apache.maven.surefire.common.junit4 with parameters of type TestReportListenerModifierConstructorDescriptionConstructor. -
Uses of TestReportListener in org.apache.maven.surefire.junit
Fields in org.apache.maven.surefire.junit declared as TestReportListenerModifier and TypeFieldDescriptionprivate final TestReportListener<TestOutputReportEntry>
JUnit3Reporter.reporter
Constructors in org.apache.maven.surefire.junit with parameters of type TestReportListenerModifierConstructorDescription(package private)
-
Uses of TestReportListener in org.apache.maven.surefire.junitcore
Classes in org.apache.maven.surefire.junitcore that implement TestReportListenerModifier and TypeClassDescription(package private) final class
Deprecated.(package private) class
Deprecated.(package private) final class
Deprecated.Fields in org.apache.maven.surefire.junitcore with type parameters of type TestReportListenerModifier and TypeFieldDescriptionprivate final ThreadLocal<TestReportListener<TestOutputReportEntry>>
ConcurrentRunListener.reporterManagerThreadLocal
Deprecated.Methods in org.apache.maven.surefire.junitcore that return TestReportListenerModifier and TypeMethodDescription(package private) final TestReportListener<TestOutputReportEntry>
ConcurrentRunListener.getRunListener()
Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestReportListenerModifier and TypeMethodDescriptionvoid
TestSet.incrementFinishedTests
(TestReportListener reporterManager, boolean reportImmediately) Deprecated.(package private) void
TestMethod.replay
(TestReportListener<TestOutputReportEntry> reporter) Deprecated.void
TestSet.replay
(TestReportListener<TestOutputReportEntry> target) Deprecated.void
TestSet.setAllScheduled
(TestReportListener reporterManager) Deprecated.Constructors in org.apache.maven.surefire.junitcore with parameters of type TestReportListenerModifierConstructorDescription(package private)
Deprecated. -
Uses of TestReportListener in org.apache.maven.surefire.junitplatform
Fields in org.apache.maven.surefire.junitplatform declared as TestReportListenerModifier and TypeFieldDescriptionprivate final TestReportListener<TestOutputReportEntry>
RunListenerAdapter.runListener
Constructors in org.apache.maven.surefire.junitplatform with parameters of type TestReportListenerModifierConstructorDescription(package private)
RunListenerAdapter
(TestReportListener<TestOutputReportEntry> runListener) -
Uses of TestReportListener in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as TestReportListenerModifier and TypeFieldDescriptionprivate final TestReportListener<TestOutputReportEntry>
TestNGReporter.reporter
Methods in org.apache.maven.surefire.testng with parameters of type TestReportListenerModifier and TypeMethodDescriptionprivate static TestNGReporter
TestNGProvider.createTestNGReporter
(TestReportListener<TestOutputReportEntry> reportManager) Constructors in org.apache.maven.surefire.testng with parameters of type TestReportListenerModifierConstructorDescriptionConfigurationAwareTestNGReporter
(TestReportListener<TestOutputReportEntry> reportManager) TestNGReporter
(TestReportListener<TestOutputReportEntry> reportManager) Constructs a new instance that will listen to test updates from aTestNG
class instance.