Uses of Class
org.alfresco.utility.testrail.ExecutionType
-
Packages that use ExecutionType Package Description org.alfresco.utility.testrail org.alfresco.utility.testrail.annotation -
-
Uses of ExecutionType in org.alfresco.utility.testrail
Methods in org.alfresco.utility.testrail that return ExecutionType Modifier and Type Method Description static ExecutionTypeExecutionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExecutionType[]ExecutionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecutionType in org.alfresco.utility.testrail.annotation
Methods in org.alfresco.utility.testrail.annotation that return ExecutionType Modifier and Type Method Description ExecutionType[]executionType()Define the Execution Type as it exist in Test Rails
-