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. testSetReporterMethods 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 voidConsoleOutputFileReporter. writeTestOutput(TestOutputReportEntry reportEntry)voidDirectConsoleOutput. writeTestOutput(TestOutputReportEntry reportEntry)voidNullConsoleOutputReceiver. writeTestOutput(TestOutputReportEntry reportEntry)voidTestSetRunListener. 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 voidMasterProcessChannelEncoder. testOutput(TestOutputReportEntry reportEntry)Test output, a line or characters.voidForkingRunListener. 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 TestOutputReportEntryTestOutputReportEntry. stdErr(java.lang.String log)static TestOutputReportEntryTestOutputReportEntry. stdErrln(java.lang.String log)static TestOutputReportEntryTestOutputReportEntry. 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 voidEventChannelEncoder. 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. reporterConstructor 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 voidConsoleOutputReportEventListener. 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. reporterConstructor 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. outputDeprecated.private java.lang.ThreadLocal<TestReportListener<TestOutputReportEntry>>ConcurrentRunListener. reporterManagerThreadLocalDeprecated.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) voidLogicalStream. write(TestOutputReportEntry reportEntry)Deprecated.voidConcurrentRunListener. writeTestOutput(TestOutputReportEntry reportEntry)Deprecated.voidTestMethod. 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) voidTestMethod. replay(TestReportListener<TestOutputReportEntry> reporter)Deprecated.voidTestSet. replay(TestReportListener<TestOutputReportEntry> target)Deprecated.(package private) voidLogicalStream. 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. runListenerConstructor 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. reporterMethod parameters in org.apache.maven.surefire.testng with type arguments of type TestOutputReportEntry Modifier and Type Method Description private static TestNGReporterTestNGProvider. 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 aTestNGclass instance.
-