Uses of Interface
com.carrotsearch.ant.tasks.junit4.SuiteBalancer
-
Packages that use SuiteBalancer Package Description com.carrotsearch.ant.tasks.junit4 com.carrotsearch.ant.tasks.junit4.balancers -
-
Uses of SuiteBalancer in com.carrotsearch.ant.tasks.junit4
Fields in com.carrotsearch.ant.tasks.junit4 with type parameters of type SuiteBalancer Modifier and Type Field Description private java.util.List<SuiteBalancer>BalancersList. balancersprivate java.util.List<SuiteBalancer>JUnit4. balancersBalancers scheduling tests for individual JVMs in parallel mode.Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type SuiteBalancer Modifier and Type Method Description voidBalancersList. addConfigured(SuiteBalancer balancer)Adds a balancer to the balancers list.Constructor parameters in com.carrotsearch.ant.tasks.junit4 with type arguments of type SuiteBalancer Constructor Description BalancersList(java.util.List<SuiteBalancer> balancers) -
Uses of SuiteBalancer in com.carrotsearch.ant.tasks.junit4.balancers
Classes in com.carrotsearch.ant.tasks.junit4.balancers that implement SuiteBalancer Modifier and Type Class Description classExecutionTimeBalancerA test suite balancer based on past execution times saved usingExecutionTimesReport.classRoundRobinBalancerA round-robin suite balancer (default for non-assigned suites).
-