public enum TestatooEvaluator extends Enum<TestatooEvaluator>
| Enum Constant and Description |
|---|
SELENIUM
|
| Modifier and Type | Method and Description |
|---|---|
static TestatooEvaluator |
from(Object instance)
For a given implementation instance (i.e.
|
boolean |
isInstance(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(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.
|
public static final TestatooEvaluator SELENIUM
public static TestatooEvaluator[] values()
for (TestatooEvaluator c : TestatooEvaluator.values()) System.out.println(c);
public static TestatooEvaluator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic boolean isPresent()
public boolean isInstance(Object o)
isPresent() must be true).o - the instance to checkpublic static TestatooEvaluator from(Object instance)
instance - The object instanceCopyright © 2008-2013 Ovea. All Rights Reserved.