Package org.apache.maven.plugin.surefire.extensions
-
Class Summary Class Description DefaultStatelessReportMojoConfiguration Deprecated. EventConsumerThread LegacyForkChannel The main purpose of this class is to bind thecommand reader
reading the commands fromCommandReader
, serializing them and writing the stream to thesub-process
.LegacyForkNodeFactory The factory ofLegacyForkChannel
.StreamFeeder Commands which are sent from plugin to the forked jvm.SurefireConsoleOutputReporter Default implementation for extension of console logger.SurefireForkChannel The TCP/IP server accepting only one client connection.SurefireForkNodeFactory The factory ofSurefireForkChannel
.SurefireStatelessReporter Default implementation for extension ofStatelessXmlReporter
in plugin.SurefireStatelessTestsetInfoReporter Default implementation for extension oftest-set event listener for stateless file and console reporter
in plugin. -
Exception Summary Exception Description InvalidSessionIdException After the authentication has failed,ForkChannel.tryConnectToClient()
throwsInvalidSessionIdException
andForkStarter
should closeCommandlineExecutor
.