public class JUnitConfiguration extends AdditionalProperties<Object,Object>
JavaTestingToolbox.getConfiguration(),
JavaTestingToolboxConfiguration.junit()| Modifier and Type | Field and Description |
|---|---|
static String |
PARALLEL_TEST_THREADS_PER_CORE |
| Constructor and Description |
|---|
JUnitConfiguration() |
JUnitConfiguration(Map<Object,Object> additionalProperties) |
| Modifier and Type | Method and Description |
|---|---|
double |
getParallelTestThreadsPerCore() |
int |
getTotalTestThreads()
Get total test threads.
|
void |
setParallelTestThreadsPerCore(double parallelTestThreadsPerCore) |
additionalProperties, additionalProperties, toStringpublic static final String PARALLEL_TEST_THREADS_PER_CORE
public double getParallelTestThreadsPerCore()
public void setParallelTestThreadsPerCore(double parallelTestThreadsPerCore)
public int getTotalTestThreads()
getParallelTestThreadsPerCore() * available processors.Copyright © 2017. All rights reserved.