Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
BalancersList.addConfigured(SuiteBalancer balancer)
Adds a balancer to the balancers list.
|
Constructor and Description |
---|
BalancersList(List<SuiteBalancer> balancers) |
Modifier and Type | Class and Description |
---|---|
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).
|
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.