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.testSetReporterMethods 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 TypeClassDescriptionclassEncodes 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.reporterConstructors 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.reporterConstructors 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 classDeprecated.(package private) classDeprecated.(package private) final classDeprecated.Fields in org.apache.maven.surefire.junitcore with type parameters of type TestReportListenerModifier and TypeFieldDescriptionprivate final ThreadLocal<TestReportListener<TestOutputReportEntry>> ConcurrentRunListener.reporterManagerThreadLocalDeprecated.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 TypeMethodDescriptionvoidTestSet.incrementFinishedTests(TestReportListener reporterManager, boolean reportImmediately) Deprecated.(package private) voidTestMethod.replay(TestReportListener<TestOutputReportEntry> reporter) Deprecated.voidTestSet.replay(TestReportListener<TestOutputReportEntry> target) Deprecated.voidTestSet.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.runListenerConstructors 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.reporterMethods in org.apache.maven.surefire.testng with parameters of type TestReportListenerModifier and TypeMethodDescriptionprivate static TestNGReporterTestNGProvider.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 aTestNGclass instance.