| Modifier and Type | Method and Description |
|---|---|
TRStep |
TRStep.withActual(String actual) |
TRStep |
TRStep.withContent(String content) |
TRStep |
TRStep.withExpected(String expected) |
TRStep |
TRStep.withStatusId(String statusId) |
| Modifier and Type | Method and Description |
|---|---|
List<TRStep> |
TRResult.getCustomStepResults()
Test Case (Steps) template results
|
List<TRStep> |
TRCase.getCustomStepsSeparated()
Test Case (Steps) template steps
|
List<TRStep> |
TRTest.getCustomStepsSeparated()
Test Case (Steps) template steps
|
| Modifier and Type | Method and Description |
|---|---|
void |
TRResult.setCustomStepResults(List<TRStep> customStepResults)
Test Case (Steps) template results
|
void |
TRCase.setCustomStepsSeparated(List<TRStep> customStepsSeparated)
Test Case (Steps) template steps
|
void |
TRTest.setCustomStepsSeparated(List<TRStep> customStepsSeparated)
Test Case (Steps) template steps
|
TRResult |
TRResult.withCustomStepResults(List<TRStep> customStepResults) |
TRCase |
TRCase.withCustomStepsSeparated(List<TRStep> customStepsSeparated) |
TRTest |
TRTest.withCustomStepsSeparated(List<TRStep> customStepsSeparated) |
| Constructor and Description |
|---|
TRCase(Long createdBy,
Long createdOn,
String estimate,
String estimateForecast,
Long id,
Long milestoneId,
Long priorityId,
String refs,
Long sectionId,
Long suiteId,
String title,
Long typeId,
Long templateId,
Long updatedBy,
Long updatedOn,
String customSteps,
String customExpected,
String customPreconds,
String customMission,
String customGoals,
Long customAutomationType,
List<TRStep> customStepsSeparated) |
TRResult(Long id,
Long caseId,
Long statusId,
Long testId,
String comment,
String defects,
String version,
String elapsed,
Long createdBy,
Long createdOn,
Long assignedtoId,
List<TRStep> customStepResults) |
TRTest(Long assignedtoId,
Long caseId,
Long runId,
Long statusId,
Long templateId,
String estimate,
String estimateForecast,
Long id,
Long milestoneId,
Long priorityId,
String refs,
String title,
Long typeId,
String customSteps,
String customExpected,
String customPreconds,
String customMission,
String customGoals,
Long customAutomationType,
List<TRStep> customStepsSeparated) |
Copyright © 2019. All rights reserved.