Uses of Class
org.alfresco.utility.testrail.model.Section
Packages that use Section
-
Uses of Section in org.alfresco.utility.testrail
Methods in org.alfresco.utility.testrail that return SectionModifier and TypeMethodDescriptionTestRailApi.addNewSection(String name, int parent_id, int projectID, int suite_id) Methods in org.alfresco.utility.testrail that return types with arguments of type SectionModifier and TypeMethodDescriptionTestRailApi.getSections(int projectID) TestRailApi.getSectionsOfCurrentProject()Methods in org.alfresco.utility.testrail with parameters of type SectionModifier and TypeMethodDescriptionvoidTestRailApi.addTestCase(org.testng.ITestResult result, Section section, TestRail annotation) voidTestRailApi.addTestSteps(org.testng.ITestResult result, String steps, Section section, TestRail annotation) booleanTestRailApi.isAutomatedTestCaseInSection(String testName, Section section, TestRail annotation) -
Uses of Section in org.alfresco.utility.testrail.core
Methods in org.alfresco.utility.testrail.core that return SectionModifier and TypeMethodDescriptionTestRailAPI.addNewSection(String name, Object parent_id, int projectID, int suite_id) TestCaseDestination.getDestination()TestCaseDestination.getRootSection()Methods in org.alfresco.utility.testrail.core that return types with arguments of type SectionModifier and TypeMethodDescriptionTestRailExecutor.getAllSection()TestRailAPI.getSections(int projectID) TestRailAPI.getSectionsOfCurrentProject()Methods in org.alfresco.utility.testrail.core with parameters of type SectionModifier and TypeMethodDescriptionstatic 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 SectionModifier and TypeMethodDescriptionstatic voidTestRailExecutor.addSections(List<Section> sections) voidTestRailAPI.createNewSection(TestCaseDetail currentTestCase, List<Section> allSections) booleanTestCaseDetail.hasSectionCreatedIn(List<Section> allSections)