static Results |
Runner.parallel(Class<?> clazz,
int threadCount) |
static Results |
Runner.parallel(Class<?> clazz,
int threadCount,
String reportDir) |
static Results |
Runner.parallel(List<String> tags,
List<String> paths,
int threadCount,
String reportDir) |
static Results |
Runner.parallel(List<String> tags,
List<String> paths,
String scenarioName,
Collection<ExecutionHook> hooks,
int threadCount,
String reportDir) |
static Results |
Runner.parallel(String tagSelector,
List<Resource> resources,
int threadCount,
String reportDir) |
static Results |
Runner.parallel(String tagSelector,
List<Resource> resources,
String scenarioName,
Collection<ExecutionHook> hooks,
int threadCount,
String reportDir) |
static Results |
Results.startTimer(int threadCount) |