|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SuiteBalancer | |
|---|---|
| com.carrotsearch.ant.tasks.junit4 | Provides JUnit4:
a JUnit test runner for ANT with parallel slave JVM execution, load balancing and
more reporting options. |
| com.carrotsearch.ant.tasks.junit4.balancers | |
| Uses of SuiteBalancer in com.carrotsearch.ant.tasks.junit4 |
|---|
| Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type SuiteBalancer | |
|---|---|
void |
BalancersList.addConfigured(SuiteBalancer balancer)
Adds a balancer to the balancers list. |
| Constructor parameters in com.carrotsearch.ant.tasks.junit4 with type arguments of type SuiteBalancer | |
|---|---|
BalancersList(List<SuiteBalancer> balancers)
|
|
| Uses of SuiteBalancer in com.carrotsearch.ant.tasks.junit4.balancers |
|---|
| Classes in com.carrotsearch.ant.tasks.junit4.balancers that implement SuiteBalancer | |
|---|---|
class |
ExecutionTimeBalancer
A test suite balancer based on past execution times saved using ExecutionTimesReport. |
class |
RoundRobinBalancer
A round-robin suite balancer (default for non-assigned suites). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||