Uses of Interface
org.apache.maven.surefire.api.report.TestReportListener
-
-
Uses of TestReportListener in org.apache.maven.plugin.surefire.booterclient.output
Fields in org.apache.maven.plugin.surefire.booterclient.output declared as TestReportListener Modifier and Type Field Description private TestReportListener<TestOutputReportEntry>ForkClient. testSetReporterMethods in org.apache.maven.plugin.surefire.booterclient.output that return TestReportListener Modifier and Type Method Description private 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 TestReportListener Modifier and Type Class Description classTestSetRunListenerReports data for a single test set.Methods in org.apache.maven.plugin.surefire.report that return TestReportListener Modifier and Type Method Description TestReportListener<TestOutputReportEntry>DefaultReporterFactory. createTestReportListener() -
Uses of TestReportListener in org.apache.maven.surefire.api.booter
Classes in org.apache.maven.surefire.api.booter that implement TestReportListener Modifier and Type Class Description classForkingRunListenerEncodes the full output of the test run to the "target".Methods in org.apache.maven.surefire.api.booter that return TestReportListener Modifier and Type Method Description TestReportListenerForkingReporterFactory. createTestReportListener() -
Uses of TestReportListener in org.apache.maven.surefire.api.report
Methods in org.apache.maven.surefire.api.report that return TestReportListener Modifier and Type Method Description TestReportListener<TestOutputReportEntry>ReporterFactory. 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 TestReportListener Modifier and Type Field Description protected TestReportListener<TestOutputReportEntry>JUnit4RunListener. reporterConstructors in org.apache.maven.surefire.common.junit4 with parameters of type TestReportListener Constructor Description JUnit4RunListener(TestReportListener<TestOutputReportEntry> reporter)Constructor. -
Uses of TestReportListener in org.apache.maven.surefire.junit
Fields in org.apache.maven.surefire.junit declared as TestReportListener Modifier and Type Field Description private TestReportListener<TestOutputReportEntry>JUnit3Reporter. reporterConstructors in org.apache.maven.surefire.junit with parameters of type TestReportListener Constructor Description JUnit3Reporter(TestReportListener<TestOutputReportEntry> reporter) -
Uses of TestReportListener in org.apache.maven.surefire.junitcore
Classes in org.apache.maven.surefire.junitcore that implement TestReportListener Modifier and Type Class Description (package private) classClassesParallelRunListenerDeprecated.(package private) classConcurrentRunListenerDeprecated.(package private) classMethodsParallelRunListenerDeprecated.Fields in org.apache.maven.surefire.junitcore with type parameters of type TestReportListener Modifier and Type Field Description private java.lang.ThreadLocal<TestReportListener<TestOutputReportEntry>>ConcurrentRunListener. reporterManagerThreadLocalDeprecated.Methods in org.apache.maven.surefire.junitcore that return TestReportListener Modifier and Type Method Description (package private) TestReportListener<TestOutputReportEntry>ConcurrentRunListener. getRunListener()Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestReportListener Modifier and Type Method Description voidTestSet. 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 TestReportListener Constructor Description NonConcurrentRunListener(TestReportListener<TestOutputReportEntry> reporter)Deprecated. -
Uses of TestReportListener in org.apache.maven.surefire.junitplatform
Fields in org.apache.maven.surefire.junitplatform declared as TestReportListener Modifier and Type Field Description private TestReportListener<TestOutputReportEntry>RunListenerAdapter. runListenerConstructors in org.apache.maven.surefire.junitplatform with parameters of type TestReportListener Constructor Description RunListenerAdapter(TestReportListener<TestOutputReportEntry> runListener) -
Uses of TestReportListener in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as TestReportListener Modifier and Type Field Description private TestReportListener<TestOutputReportEntry>TestNGReporter. reporterMethods in org.apache.maven.surefire.testng with parameters of type TestReportListener Modifier and Type Method Description private static TestNGReporterTestNGProvider. createTestNGReporter(TestReportListener<TestOutputReportEntry> reportManager)Constructors in org.apache.maven.surefire.testng with parameters of type TestReportListener Constructor Description ConfigurationAwareTestNGReporter(TestReportListener<TestOutputReportEntry> reportManager)TestNGReporter(TestReportListener<TestOutputReportEntry> reportManager)Constructs a new instance that will listen to test updates from aTestNGclass instance.
-