Uses of Class
org.alfresco.utility.testrail.model.Run
-
Packages that use Run Package Description org.alfresco.utility.testrail org.alfresco.utility.testrail.core -
-
Uses of Run in org.alfresco.utility.testrail
Methods in org.alfresco.utility.testrail that return Run Modifier and Type Method Description RunTestRailApi. getRun(java.lang.String name, int projectID)RunTestRailApi. getRunOfCurrentProject()Returns the current Test Runs of current projectMethods in org.alfresco.utility.testrail that return types with arguments of type Run Modifier and Type Method Description java.util.List<Run>TestRailApi. getRuns(int projectID)Methods in org.alfresco.utility.testrail with parameters of type Run Modifier and Type Method Description java.lang.ObjectTestRailApi. updateTestCaseResult(org.testng.ITestResult result, Run run) -
Uses of Run in org.alfresco.utility.testrail.core
Methods in org.alfresco.utility.testrail.core that return Run Modifier and Type Method Description RunTestRailAPI. getCurrentRun()RunTestRailAPI. getRun(java.lang.String name, int projectID)Perform TestRAIL query of all runs and return theRunobject related toand run RunTestRailAPI. getRunOfCurrentProject()Returns the current Test Runs of current projectMethods in org.alfresco.utility.testrail.core that return types with arguments of type Run Modifier and Type Method Description java.util.List<Run>TestRailAPI. getRuns(int projectID)
-