| Package | Description |
|---|---|
| org.alfresco.utility.testrail | |
| org.alfresco.utility.testrail.core |
| Modifier and Type | Method and Description |
|---|---|
Run |
TestRailApi.getRun(String name,
int projectID) |
Run |
TestRailApi.getRunOfCurrentProject()
Returns the current Test Runs of current project
|
| Modifier and Type | Method and Description |
|---|---|
List<Run> |
TestRailApi.getRuns(int projectID) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TestRailApi.updateTestCaseResult(org.testng.ITestResult result,
Run run) |
| Modifier and Type | Method and Description |
|---|---|
Run |
TestRailAPI.getCurrentRun() |
Run |
TestRailAPI.getRun(String name,
int projectID)
Perform TestRAIL query of all runs and return the
Run object related to |
Run |
TestRailAPI.getRunOfCurrentProject()
Returns the current Test Runs of current project
|
| Modifier and Type | Method and Description |
|---|---|
List<Run> |
TestRailAPI.getRuns(int projectID) |
Copyright © 2005–2019 Alfresco Software. All rights reserved.