| Package | Description |
|---|---|
| org.alfresco.utility.testrail | |
| org.alfresco.utility.testrail.core |
| Modifier and Type | Method and Description |
|---|---|
Section |
TestRailApi.addNewSection(String name,
int parent_id,
int projectID,
int suite_id) |
| Modifier and Type | Method and Description |
|---|---|
List<Section> |
TestRailApi.getSections(int projectID) |
List<Section> |
TestRailApi.getSectionsOfCurrentProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestRailApi.addTestCase(org.testng.ITestResult result,
Section section,
TestRail annotation) |
void |
TestRailApi.addTestSteps(org.testng.ITestResult result,
String steps,
Section section,
TestRail annotation) |
boolean |
TestRailApi.isAutomatedTestCaseInSection(String testName,
Section section,
TestRail annotation) |
| Modifier and Type | Method and Description |
|---|---|
Section |
TestRailAPI.addNewSection(String name,
Object parent_id,
int projectID,
int suite_id) |
Section |
TestCaseDestination.getDestination() |
Section |
TestCaseDestination.getRootSection() |
| Modifier and Type | Method and Description |
|---|---|
static List<Section> |
TestRailExecutor.getAllSection() |
List<Section> |
TestRailAPI.getSections(int projectID) |
List<Section> |
TestRailAPI.getSectionsOfCurrentProject() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TestRailExecutor.existsInAllSection(Section section) |
void |
TestCaseDestination.setDestination(Section destination) |
void |
TestCaseDestination.setRootSection(Section rootSection) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestRailExecutor.addSections(List<Section> sections) |
void |
TestRailAPI.createNewSection(TestCaseDetail currentTestCase,
List<Section> allSections) |
boolean |
TestCaseDetail.hasSectionCreatedIn(List<Section> allSections) |
Copyright © 2005–2019 Alfresco Software. All rights reserved.