ExecutionTimeBalancer, RoundRobinBalancerpublic interface SuiteBalancer
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
SuiteBalancer.Assignment |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SuiteBalancer.Assignment> |
assign(java.util.Collection<java.lang.String> suiteNames,
int slaves,
long seed) |
Provide assignments for suite names and a given number of slaves.
|
void |
setOwner(JUnit4 owner) |
Sets the owner task (for logging mostly).
|
void setOwner(JUnit4 owner)
java.util.List<SuiteBalancer.Assignment> assign(java.util.Collection<java.lang.String> suiteNames, int slaves, long seed)
Copyright © 2011–2018 Carrot Search s.c.. All rights reserved.