|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TestatooEvaluator>
org.testatoo.config.cartridge.TestatooEvaluator
public enum TestatooEvaluator
Define all implementations supported in Testatoo.
| Enum Constant Summary | |
|---|---|
SELENIUM
Selenium |
|
| Method Summary | |
|---|---|
static TestatooEvaluator |
from(java.lang.Object instance)
For a given implementation instance (i.e. |
boolean |
isInstance(java.lang.Object o)
Check wheter given object is an instance of this implementation. |
boolean |
isPresent()
Check wheter this implementation is on the classpath |
static TestatooEvaluator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TestatooEvaluator[] |
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 TestatooEvaluator SELENIUM
| Method Detail |
|---|
public static TestatooEvaluator[] values()
for (TestatooEvaluator c : TestatooEvaluator.values()) System.out.println(c);
public static TestatooEvaluator 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 isPresent()
public boolean isInstance(java.lang.Object o)
isPresent() must be true).
o - the instance to check
public static TestatooEvaluator from(java.lang.Object instance)
instance - The object instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||