Uses of Class
org.apache.maven.surefire.api.report.TestOutputReportEntry
-
-
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 TestOutputReportEntry Modifier and Type Field Description private TestReportListener<TestOutputReportEntry>
ForkClient. testSetReporter
Methods in org.apache.maven.plugin.surefire.booterclient.output that return types with arguments of type TestOutputReportEntry Modifier and Type Method Description TestOutputReceiver<TestOutputReportEntry>
ForkClient. 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 TestOutputReportEntry Modifier and Type Method Description TestReportListener<TestOutputReportEntry>
DefaultReporterFactory. createTestReportListener()
Methods in org.apache.maven.plugin.surefire.report with parameters of type TestOutputReportEntry Modifier and Type Method Description void
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 TestOutputReportEntry Modifier and Type Method Description void
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 TestOutputReportEntry Modifier and Type Method Description static TestOutputReportEntry
TestOutputReportEntry. stdErr(java.lang.String log)
static TestOutputReportEntry
TestOutputReportEntry. stdErrln(java.lang.String log)
static TestOutputReportEntry
TestOutputReportEntry. stdOutln(java.lang.String log)
Methods in org.apache.maven.surefire.api.report that return types with arguments of type TestOutputReportEntry Modifier and Type Method Description TestReportListener<TestOutputReportEntry>
ReporterFactory. 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 TestOutputReportEntry Modifier and Type Method Description void
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 TestOutputReportEntry Modifier and Type Field Description protected TestReportListener<TestOutputReportEntry>
JUnit4RunListener. reporter
Constructor parameters in org.apache.maven.surefire.common.junit4 with type arguments of type TestOutputReportEntry Constructor Description JUnit4RunListener(TestReportListener<TestOutputReportEntry> reporter)
Constructor. -
Uses of TestOutputReportEntry in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions with parameters of type TestOutputReportEntry Modifier and Type Method Description void
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 TestOutputReportEntry Modifier and Type Field Description private TestReportListener<TestOutputReportEntry>
JUnit3Reporter. reporter
Constructor parameters in org.apache.maven.surefire.junit with type arguments of type TestOutputReportEntry Constructor Description JUnit3Reporter(TestReportListener<TestOutputReportEntry> reporter)
-
Uses of TestOutputReportEntry in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore with type parameters of type TestOutputReportEntry Modifier and Type Field Description private java.util.Queue<TestOutputReportEntry>
LogicalStream. output
Deprecated.private java.lang.ThreadLocal<TestReportListener<TestOutputReportEntry>>
ConcurrentRunListener. reporterManagerThreadLocal
Deprecated.Methods in org.apache.maven.surefire.junitcore that return types with arguments of type TestOutputReportEntry Modifier and Type Method Description (package private) TestReportListener<TestOutputReportEntry>
ConcurrentRunListener. getRunListener()
Deprecated.Methods in org.apache.maven.surefire.junitcore with parameters of type TestOutputReportEntry Modifier and Type Method Description (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 TestOutputReportEntry Modifier and Type Method Description (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 TestOutputReportEntry Constructor Description NonConcurrentRunListener(TestReportListener<TestOutputReportEntry> reporter)
Deprecated. -
Uses of TestOutputReportEntry in org.apache.maven.surefire.junitplatform
Fields in org.apache.maven.surefire.junitplatform with type parameters of type TestOutputReportEntry Modifier and Type Field Description private TestReportListener<TestOutputReportEntry>
RunListenerAdapter. runListener
Constructor parameters in org.apache.maven.surefire.junitplatform with type arguments of type TestOutputReportEntry Constructor Description 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 TestOutputReportEntry Modifier and Type Field Description private TestReportListener<TestOutputReportEntry>
TestNGReporter. reporter
Method parameters in org.apache.maven.surefire.testng with type arguments of type TestOutputReportEntry Modifier and Type Method Description private static TestNGReporter
TestNGProvider. createTestNGReporter(TestReportListener<TestOutputReportEntry> reportManager)
Constructor parameters in org.apache.maven.surefire.testng with type arguments of type TestOutputReportEntry Constructor Description ConfigurationAwareTestNGReporter(TestReportListener<TestOutputReportEntry> reportManager)
TestNGReporter(TestReportListener<TestOutputReportEntry> reportManager)
Constructs a new instance that will listen to test updates from aTestNG
class instance.
-