Package org.probato.loader
Class AnnotationLoader
java.lang.Object
org.probato.loader.AnnotationLoader
-
Method Summary
Modifier and TypeMethodDescriptiongetActionMethods(Class<?> pageObjectClazz) static StringgetActionValue(Method method) getDataset(Class<?> clazz) getDisabled(Field field) static StringgetDisabledMotive(Field field) getPagesObject(Class<?> clazz) getPostconditions(Class<?> clazz) getPostconditionsMethod(Class<?> clazz) getPreconditions(Class<?> clazz) getPreconditionsMethod(Class<?> clazz) getProcedures(Class<?> clazz) getProceduresMethod(Class<?> clazz) getProceduresScript(Class<?> scriptClazz, Class<? extends Annotation> procedureClazz) static MethodgetRunMethod(Class<?> procedureClazz) getSqlPaths(Class<?> clazz) getTestCaseField(Class<?> clazz) getTestsCase(Class<?> clazz) static booleanhasDataset(Class<?> clazz) static booleanstatic booleanisDisabled(Field field) static booleanstatic booleanstatic booleanstatic booleanisPostcondition(Field field) static booleanisPostcondition(Method method) static booleanisPrecondition(Field field) static booleanisPrecondition(Method method) static booleanisProcedure(Field field) static booleanisProcedure(Method method) static booleanisTestCase(Field field)
-
Method Details
-
isIgnore
-
isIgnore
-
isIgnore
-
isDisabled
-
getDisabled
-
getDisabledMotive
-
isTestCase
-
hasSql
-
getTestsCase
-
getTestCaseField
-
getSuite
-
getScript
-
getPreconditions
-
getPreconditionsMethod
-
getProcedures
-
getProceduresMethod
-
getPostconditions
-
getPostconditionsMethod
-
isPrecondition
-
isPrecondition
-
isProcedure
-
isProcedure
-
isPostcondition
-
isPostcondition
-
hasDataset
-
getDataset
-
getRunMethod
-
getActionMethods
-
getActionValue
-
getPagesObject
-
getProceduresScript
public static List<Object> getProceduresScript(Class<?> scriptClazz, Class<? extends Annotation> procedureClazz) -
getPages
-
getSqlPaths
-