public interface SuiteBalancer
| Modifier and Type | Interface and Description |
|---|---|
static class |
SuiteBalancer.Assignment |
| Modifier and Type | Method and 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–2017 Carrot Search s.c.. All rights reserved.