| Package | Description |
|---|---|
| hudson.plugins.robot.model |
| Modifier and Type | Method and Description |
|---|---|
RobotCaseResult |
RobotSuiteResult.getCase(String name)
Get case result by duplicate safe unencoded name
|
RobotCaseResult |
RobotCaseResult.getPreviousResult()
Gives the corresponding caseresult from previous build
|
| Modifier and Type | Method and Description |
|---|---|
List<RobotCaseResult> |
RobotSuiteResult.getAllCases()
Get all cases in this suite and its child suites
|
List<RobotCaseResult> |
RobotSuiteResult.getAllFailedCases()
Get all failed cases in this suite and its child suites
|
List<RobotCaseResult> |
RobotResult.getAllFailedCases()
Get all failed test cases related to result.
|
Collection<RobotCaseResult> |
RobotSuiteResult.getCaseResults()
Get all case results belonging to this suite
|
| Modifier and Type | Method and Description |
|---|---|
void |
RobotSuiteResult.addCaseResult(RobotCaseResult caseResult)
Adds a test case result to this suite.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RobotSuiteResult.addCaseResults(Collection<RobotCaseResult> newCaseResults)
If cases with same name exist, the originals are kept
|
Copyright © 2004-2014. All Rights Reserved.