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() No arg constructor. | |
| ForkMode(String value)
Constructor using a value. | |
| Method Summary | |
|---|---|
| String[] | getValues() {@inheritDoc }. |
Parameters: value the value to use - once, perTest or perBatch.