public interface SuiteBalancer
Modifier and Type | Interface and Description |
---|---|
static class |
SuiteBalancer.Assignment |
Modifier and Type | Method and Description |
---|---|
List<SuiteBalancer.Assignment> |
assign(Collection<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)
List<SuiteBalancer.Assignment> assign(Collection<String> suiteNames, int slaves, long seed)
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.