public class RoundRobinBalancer extends Object implements SuiteBalancer
SuiteBalancer.Assignment
Constructor and Description |
---|
RoundRobinBalancer() |
Modifier and Type | Method and Description |
---|---|
List<SuiteBalancer.Assignment> |
assign(Collection<String> suiteNames,
int forkedJvmCount,
long seed)
Provide assignments for suite names and a given number of forked JVMs.
|
void |
setOwner(JUnit4 owner)
Sets the owner task (for logging mostly).
|
public List<SuiteBalancer.Assignment> assign(Collection<String> suiteNames, int forkedJvmCount, long seed)
SuiteBalancer
assign
in interface SuiteBalancer
public void setOwner(JUnit4 owner)
SuiteBalancer
setOwner
in interface SuiteBalancer
Copyright © 2011–2024 Carrot Search s.c.. All rights reserved.