Package com.consol.citrus.script
Class ScriptTypes
- java.lang.Object
-
- com.consol.citrus.script.ScriptTypes
-
public abstract class ScriptTypes extends Object
Script type constants representing possible script languages used in test cases. We do not use enumeration here because people out there need to have the opportunity to add new script types in test cases without having to change the enumeration.- Author:
- Christoph Deppisch
-
-
Field Detail
-
GROOVY
public static final String GROOVY
Groovy- See Also:
- Constant Field Values
-
-