org.apache.tools.ant.taskdefs.optional.junit
public static final class JUnitTask.ForkMode extends EnumeratedAttribute
Since: 1.6.2
Field Summary | |
---|---|
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 |
Constructor Summary | |
---|---|
ForkMode() | |
ForkMode(String value) |
Method Summary | |
---|---|
String[] | getValues() |