|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TestatooCartridge>
org.testatoo.config.cartridge.TestatooCartridge
public enum TestatooCartridge
Define all supported Testatoo Cartridges, and for each cartridges, list all available implementations.
| Enum Constant Summary | |
|---|---|
EXTJS2
ExtJS 2 Cartridge. |
|
EXTJS3
ExtJS 3 Cartridge. |
|
FLEX3
Flex 3 Cartridge. |
|
FLEX4
Flex 4 Cartridge. |
|
HTML4
HTML4 Cartridge. |
|
YUI2
Yahoo UI 2 Cartridge. |
|
YUI3
Yahoo UI 3 Cartridge. |
|
| Method Summary | |
|---|---|
boolean |
supports(TestatooEvaluator evaluator)
Check wheter this cartridge supports the given implementation |
static TestatooCartridge |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TestatooCartridge[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TestatooCartridge HTML4
public static final TestatooCartridge EXTJS2
public static final TestatooCartridge EXTJS3
public static final TestatooCartridge YUI2
public static final TestatooCartridge YUI3
public static final TestatooCartridge FLEX3
public static final TestatooCartridge FLEX4
| Method Detail |
|---|
public static TestatooCartridge[] values()
for (TestatooCartridge c : TestatooCartridge.values()) System.out.println(c);
public static TestatooCartridge valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic boolean supports(TestatooEvaluator evaluator)
evaluator - The implementation to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||