Package org.apache.maven.surefire.booter
-
Interface Summary Interface Description CommandListener Command listener interface.ShutdownAware See the plugin configuration parametershutdown
. -
Class Summary Class Description BaseProviderFactory Command Encapsulates data and command sent from master to forked process.CommandReader Reader of commands coming from plugin(master) process.DumpErrorSingleton Dumps lost commands and caused exceptions in forked JVM.ForkingReporterFactory Creates ForkingReporters, which are typically one instance per TestSet or thread.ForkingRunListener Encodes the full output of the test run to the stdout stream.ProviderParameterNames SurefireReflector Does reflection based invocation of the surefire methods. -
Enum Summary Enum Description MasterProcessCommand Commands which are sent from plugin to the forked jvm.Shutdown Specifies the way how the forked jvm should be terminated after class AbstractCommandStream is closed and CTRL+C.