Uses of Class
org.alfresco.utility.testrail.model.Section
-
Packages that use Section Package Description org.alfresco.utility.testrail org.alfresco.utility.testrail.core -
-
Uses of Section in org.alfresco.utility.testrail
Methods in org.alfresco.utility.testrail that return Section Modifier and Type Method Description SectionTestRailApi. addNewSection(java.lang.String name, int parent_id, int projectID, int suite_id)Methods in org.alfresco.utility.testrail that return types with arguments of type Section Modifier and Type Method Description java.util.List<Section>TestRailApi. getSections(int projectID)java.util.List<Section>TestRailApi. getSectionsOfCurrentProject()Methods in org.alfresco.utility.testrail with parameters of type Section Modifier and Type Method Description voidTestRailApi. addTestCase(org.testng.ITestResult result, Section section, TestRail annotation)voidTestRailApi. addTestSteps(org.testng.ITestResult result, java.lang.String steps, Section section, TestRail annotation)booleanTestRailApi. isAutomatedTestCaseInSection(java.lang.String testName, Section section, TestRail annotation) -
Uses of Section in org.alfresco.utility.testrail.core
Methods in org.alfresco.utility.testrail.core that return Section Modifier and Type Method Description SectionTestRailAPI. addNewSection(java.lang.String name, java.lang.Object parent_id, int projectID, int suite_id)SectionTestCaseDestination. getDestination()SectionTestCaseDestination. getRootSection()Methods in org.alfresco.utility.testrail.core that return types with arguments of type Section Modifier and Type Method Description static java.util.List<Section>TestRailExecutor. getAllSection()java.util.List<Section>TestRailAPI. getSections(int projectID)java.util.List<Section>TestRailAPI. getSectionsOfCurrentProject()Methods in org.alfresco.utility.testrail.core with parameters of type Section Modifier and Type Method Description static booleanTestRailExecutor. existsInAllSection(Section section)voidTestCaseDestination. setDestination(Section destination)voidTestCaseDestination. setRootSection(Section rootSection)Method parameters in org.alfresco.utility.testrail.core with type arguments of type Section Modifier and Type Method Description static voidTestRailExecutor. addSections(java.util.List<Section> sections)voidTestRailAPI. createNewSection(TestCaseDetail currentTestCase, java.util.List<Section> allSections)booleanTestCaseDetail. hasSectionCreatedIn(java.util.List<Section> allSections)
-