public class ParallelScheduler extends Object implements org.junit.runners.model.RunnerScheduler
| Modifier and Type | Field and Description |
|---|---|
static ExecutorService |
EXECUTOR_SERVICE |
static int |
TEST_THREADS_COUNT |
| Constructor and Description |
|---|
ParallelScheduler() |
| Modifier and Type | Method and Description |
|---|---|
void |
finished() |
List<Callable<Void>> |
getChildStatements() |
void |
schedule(Runnable childStatement) |
void |
setChildStatements(List<Callable<Void>> childStatements) |
public static final ExecutorService EXECUTOR_SERVICE
public static final int TEST_THREADS_COUNT
public void schedule(Runnable childStatement)
schedule in interface org.junit.runners.model.RunnerSchedulerpublic void finished()
finished in interface org.junit.runners.model.RunnerSchedulerCopyright © 2017. All rights reserved.