org.apache.tools.ant.taskdefs.optional.junit
Class JUnitTask.ForkMode
- JUnitTask
public static final class JUnitTask.ForkMode
These are the different forking options
static String | ONCE - fork once only
|
static String | PER_BATCH - fork once per batch of tests
|
static String | PER_TEST - fork once per test class
|
ONCE
public static final String ONCE
fork once only
PER_BATCH
public static final String PER_BATCH
fork once per batch of tests
PER_TEST
public static final String PER_TEST
fork once per test class
ForkMode
public ForkMode()
No arg constructor.
ForkMode
public ForkMode(String value)
Constructor using a value.
value
- the value to use - once, perTest or perBatch.