Package org.apache.maven.surefire.extensions
-
Interface Summary Interface Description CommandReader Stream reader returns bytes which ar finally sent to the forked jvm.Completable Forks the execution of task and the task completion.ConsoleOutputReportEventListener Extension listener for logger.EventHandler<T> Handler of events.ForkedProcessTimeoutContext Information about a forked Surefire test JVM that has reached its configured timeout, passed toForkedProcessTimeoutExtensioncallbacks.ForkedProcessTimeoutExtension Extension point invoked when a forked Surefire test JVM exceeds its configuredforkedProcessTimeoutInSeconds.ForkNodeFactory This is the plugin extension as a factory ofForkChannel.StatelessReportEventListener<R extends org.apache.maven.surefire.api.report.TestSetReportEntry,S> Creates a report upon handled event "testSetCompleted".Stoppable Used inCloseableDaemonThread. -
Class Summary Class Description CloseableDaemonThread The base thread class used to handle a stream, transforms the stream to an object.ConsoleOutputReporter Extension for logger.ForkChannel It's a session object used only by a particular Thread in ForkStarter and communicates with a dedicated forked JVM.StatelessReporter<R extends org.apache.maven.surefire.api.report.TestSetReportEntry,S,C extends StatelessReportMojoConfiguration> Extension for stateless reporter.StatelessReportMojoConfiguration Configuration passed to the constructor of default reporter org.apache.maven.plugin.surefire.report.StatelessXmlReporter.StatelessTestsetInfoConsoleReportEventListener<R extends org.apache.maven.surefire.api.report.TestSetReportEntry,S> Extension listener for stateless console reporter of test-set.StatelessTestsetInfoFileReportEventListener<R extends org.apache.maven.surefire.api.report.TestSetReportEntry,S> Extension listener for stateless file reporter of test-set.StatelessTestsetInfoReporter<R extends org.apache.maven.surefire.api.report.TestSetReportEntry,S> Extension listener for stateless file and console reporter of test-set.