Uses of Class
org.apache.maven.surefire.junitcore.pc.RunnerCounter
Packages that use RunnerCounter
-
Uses of RunnerCounter in org.apache.maven.surefire.junitcore.pc
Methods in org.apache.maven.surefire.junitcore.pc with parameters of type RunnerCounterModifier and TypeMethodDescriptionprivate 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)