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. currentForkClientsMethods in org.apache.maven.plugin.surefire.booterclient with parameters of type ForkClient Modifier and Type Method Description private RunResultForkStarter. fork(java.lang.Object testSet, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream)
-