Uses of Interface
com.carrotsearch.ant.tasks.junit4.SuiteBalancer
Packages that use SuiteBalancer
-
Uses of SuiteBalancer in com.carrotsearch.ant.tasks.junit4
Fields in com.carrotsearch.ant.tasks.junit4 with type parameters of type SuiteBalancerModifier and TypeFieldDescriptionprivate List<SuiteBalancer> BalancersList.balancersprivate List<SuiteBalancer> JUnit4.balancersBalancers scheduling tests for individual JVMs in parallel mode.Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type SuiteBalancerModifier and TypeMethodDescriptionvoidBalancersList.addConfigured(SuiteBalancer balancer) Adds a balancer to the balancers list.Constructor parameters in com.carrotsearch.ant.tasks.junit4 with type arguments of type SuiteBalancer -
Uses of SuiteBalancer in com.carrotsearch.ant.tasks.junit4.balancers
Classes in com.carrotsearch.ant.tasks.junit4.balancers that implement SuiteBalancerModifier and TypeClassDescriptionclassA test suite balancer based on past execution times saved usingExecutionTimesReport.classA round-robin suite balancer (default for non-assigned suites).