org.apache.tools.ant.taskdefs.optional.junit
Class JUnitTask.ForkMode
- JUnitTask
public static final class JUnitTask.ForkMode
These are the different forking options
- 1.6.2
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
|
String[] | getValues() - This is the only method a subclass needs to implement.
|
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()
bean constructor
ForkMode
public ForkMode(String value)
getValues
public String[] getValues()
This is the only method a subclass needs to implement.
- getValues in interface EnumeratedAttribute
- an array holding all possible values of the enumeration.
The order of elements must be fixed so that indexOfValue(String)
always return the same index for the same value.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.