Uses of Class
org.alfresco.utility.testrail.model.TestCase
-
Packages that use TestCase Package Description org.alfresco.utility.testrail org.alfresco.utility.testrail.core -
-
Uses of TestCase in org.alfresco.utility.testrail
Methods in org.alfresco.utility.testrail that return TestCase Modifier and Type Method Description TestCaseTestRailApi. getCurrentTestCase()Methods in org.alfresco.utility.testrail with parameters of type TestCase Modifier and Type Method Description voidTestRailApi. setCurrentTestCase(TestCase testCase) -
Uses of TestCase in org.alfresco.utility.testrail.core
Methods in org.alfresco.utility.testrail.core that return TestCase Modifier and Type Method Description TestCaseTestCaseDetail. getTestRailObject()TestCaseTestRailAPI. uploadTestCase(TestCaseDetail currentTest)Methods in org.alfresco.utility.testrail.core that return types with arguments of type TestCase Modifier and Type Method Description java.util.List<TestCase>TestRailAPI. getAllTestCases(int projectID)static java.util.List<TestCase>TestRailExecutor. getAllTestCases()java.util.List<TestCase>TestRailAPI. getAllTestCasesFromCurrentProject()Methods in org.alfresco.utility.testrail.core with parameters of type TestCase Modifier and Type Method Description voidTestCaseDetail. setTestRailObject(TestCase testRailObject)
-