class TestCaseForker extends Object
| Modifier and Type | Field and Description | 
|---|---|
(package private) ChooseRunnable | 
chooseRunnable  | 
(package private) List<Throwable> | 
failures  | 
(package private) BasicQueryTest | 
testCase  | 
(package private) Thread[] | 
threads  | 
(package private) long | 
timeoutMs  | 
| Constructor and Description | 
|---|
TestCaseForker(BasicQueryTest testCase,
              long timeoutMs,
              int threadCount,
              ChooseRunnable chooseRunnable)  | 
BasicQueryTest testCase
long timeoutMs
Thread[] threads
ChooseRunnable chooseRunnable
public TestCaseForker(BasicQueryTest testCase, long timeoutMs, int threadCount, ChooseRunnable chooseRunnable)