Uses of Class
org.alfresco.utility.testrail.core.TestCaseDetail
-
Packages that use TestCaseDetail Package Description org.alfresco.utility.testrail.core -
-
Uses of TestCaseDetail in org.alfresco.utility.testrail.core
Methods in org.alfresco.utility.testrail.core that return TestCaseDetail Modifier and Type Method Description TestCaseDetailTestRailExecutor. uploadTestCase(org.testng.ITestResult currentTest)Methods in org.alfresco.utility.testrail.core with parameters of type TestCaseDetail Modifier and Type Method Description voidTestRailAPI. createNewSection(TestCaseDetail currentTestCase, java.util.List<Section> allSections)TestCaseTestRailAPI. uploadTestCase(TestCaseDetail currentTest)Method parameters in org.alfresco.utility.testrail.core with type arguments of type TestCaseDetail Modifier and Type Method Description java.lang.ObjectTestRailAPI. addResultsForCases(java.util.List<TestCaseDetail> currentTestCases)java.lang.ObjectTestRailExecutor. addResultsForCases(java.util.List<TestCaseDetail> currentTestCases)voidTestRailAPI. updateTestRunWithSelectedTestCases(java.util.List<TestCaseDetail> currentTestCases)Update current test run and select/add in test run ONLY the executed test cases
-