Uses of Class
org.apache.maven.plugin.surefire.booterclient.output.ForkClient
-
Packages that use ForkClient Package Description org.apache.maven.plugin.surefire.booterclient -
-
Uses of ForkClient in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient with type parameters of type ForkClient Modifier and Type Field Description private java.util.Queue<ForkClient>
ForkStarter. currentForkClients
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type ForkClient Modifier and Type Method Description private RunResult
ForkStarter. fork(java.lang.Object testSet, PropertiesWrapper providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractCommandReader commandReader, ForkNodeFactory forkNodeFactory, boolean readTestsFromInStream)
-