Package | Description |
---|---|
org.eclipse.tycho.surefire |
Modifier and Type | Field and Description |
---|---|
private ParallelMode |
TestMojo.parallel
(JUnit 4.7 provider) Supports values "classes"/"methods"/"both" to run in separate threads,
as controlled by threadCount.
|
Modifier and Type | Method and Description |
---|---|
static ParallelMode |
ParallelMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParallelMode[] |
ParallelMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|