Uses of Class
org.apache.maven.surefire.junitcore.pc.RunnerCounter
-
Packages that use RunnerCounter Package Description org.apache.maven.surefire.junitcore.pc -
-
Uses of RunnerCounter in org.apache.maven.surefire.junitcore.pc
Methods in org.apache.maven.surefire.junitcore.pc with parameters of type RunnerCounter Modifier and Type Method Description private static ConcurrencyParallelComputerUtil. concurrencyFromAllThreadCountsButUnspecifiedLeafCount(JUnitCoreParameters params, RunnerCounter counts)private static ConcurrencyParallelComputerUtil. estimateConcurrency(JUnitCoreParameters params, RunnerCounter counts)private static intParallelComputerUtil. minClasses(int threads, RunnerCounter counts)private static intParallelComputerUtil. minMethods(int threads, RunnerCounter counts)private static intParallelComputerUtil. minSuites(int threads, RunnerCounter counts)(package private) static ConcurrencyParallelComputerUtil. resolveConcurrency(JUnitCoreParameters params, RunnerCounter counts)
-