Uses of Class
com.carrotsearch.ant.tasks.junit4.SuiteBalancer.Assignment
Packages that use SuiteBalancer.Assignment
-
Uses of SuiteBalancer.Assignment in com.carrotsearch.ant.tasks.junit4
Classes in com.carrotsearch.ant.tasks.junit4 that implement interfaces with type arguments of type SuiteBalancer.AssignmentMethods in com.carrotsearch.ant.tasks.junit4 that return types with arguments of type SuiteBalancer.AssignmentModifier and TypeMethodDescriptionSuiteBalancer.assign(Collection<String> suiteNames, int slaves, long seed) Provide assignments for suite names and a given number of slaves.Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type SuiteBalancer.AssignmentModifier and TypeMethodDescriptionintSuiteBalancer.Assignment.compareTo(SuiteBalancer.Assignment other) -
Uses of SuiteBalancer.Assignment in com.carrotsearch.ant.tasks.junit4.balancers
Methods in com.carrotsearch.ant.tasks.junit4.balancers that return types with arguments of type SuiteBalancer.AssignmentModifier and TypeMethodDescriptionExecutionTimeBalancer.assign(Collection<String> suiteNames, int slaves, long seed) Assign based on execution time history.RoundRobinBalancer.assign(Collection<String> suiteNames, int slaves, long seed)