Package de.hybris.ant.taskdefs.yunit
Class JUnitTask.ForkMode
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
de.hybris.ant.taskdefs.yunit.JUnitTask.ForkMode
- Enclosing class:
- JUnitTask
public static final class JUnitTask.ForkMode
extends org.apache.tools.ant.types.EnumeratedAttribute
These are the different forking options
- Since:
- 1.6.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringfork once onlystatic final Stringfork once per batch of testsstatic final Stringfork once per test classFields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Field Details
-
ONCE
fork once only- See Also:
-
PER_TEST
fork once per test class- See Also:
-
PER_BATCH
fork once per batch of tests- See Also:
-
-
Constructor Details
-
ForkMode
public ForkMode()No arg constructor. -
ForkMode
Constructor using a value.- Parameters:
value- the value to use - once, perTest or perBatch.
-
-
Method Details
-
getValues
.- Specified by:
getValuesin classorg.apache.tools.ant.types.EnumeratedAttribute
-