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