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. testSetReporter
Methods 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 class
TestSetRunListener
Reports 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 class
ForkingRunListener
Encodes 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 TestReportListener
ForkingReporterFactory. 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. reporter
Constructors 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. reporter
Constructors 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) class
ClassesParallelRunListener
Deprecated.(package private) class
ConcurrentRunListener
Deprecated.(package private) class
MethodsParallelRunListener
Deprecated.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. reporterManagerThreadLocal
Deprecated.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 void
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 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. runListener
Constructors 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. reporter
Methods in org.apache.maven.surefire.testng with parameters of type TestReportListener Modifier and Type Method Description private static TestNGReporter
TestNGProvider. 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 aTestNG
class instance.
-