|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.simplium.Util
public final class Util
Util class used by the Simplium framework.
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static java.lang.annotation.Annotation |
findAnnotation(java.lang.Class<?> aClass,
java.lang.Class<?> aAnnotationClass)
Methods that returns an annotation from a class. |
static java.lang.String[] |
getBrowsers(Browsers aBrowsers)
Returns the browser(s) the test case should be run with. |
static Enviroment |
getEnviroment()
Returns the enviroment the test cases should be executed under. |
static void |
verifyBrowsersAnnotation(Browsers aBrowsers)
|
static void |
verifyEnviromentsAnnotation(Enviroments aEnviroments)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static java.lang.String[] getBrowsers(Browsers aBrowsers)
aBrowsers - The Browser annotation.
public static Enviroment getEnviroment()
public static void verifyEnviromentsAnnotation(Enviroments aEnviroments)
public static void verifyBrowsersAnnotation(Browsers aBrowsers)
public static java.lang.annotation.Annotation findAnnotation(java.lang.Class<?> aClass,
java.lang.Class<?> aAnnotationClass)
aClass - The class that contains the annotation.aAnnotationClass - The annotation that is requested.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||