public class TRTest extends Object
| Constructor and Description |
|---|
TRTest()
No args constructor for use in serialization
|
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Long |
getAssignedtoId()
The ID of the user the test is assigned to
|
Long |
getCaseId()
The ID of the related test case
|
Long |
getCustomAutomationType()
Automation Type.
|
String |
getCustomExpected()
Test Case (Text) template expected result
|
String |
getCustomGoals()
Exploratory Session template goals
|
String |
getCustomMission()
Exploratory Session template mission
|
String |
getCustomPreconds()
Test Case (Text) template preconditions
|
String |
getCustomSteps()
Test Case (Text) template steps
|
List<TRStep> |
getCustomStepsSeparated()
Test Case (Steps) template steps
|
String |
getEstimate()
The estimate of the related test case, e.g.
|
String |
getEstimateForecast()
The estimate forecast of the related test case, e.g.
|
Long |
getId()
The unique ID of the test
|
Long |
getMilestoneId()
The ID of the milestone that is linked to the test case
|
Long |
getPriorityId()
The ID of the priority that is linked to the test case
|
String |
getRefs()
A comma-separated list of references/requirements that are linked to the test case
|
Long |
getRunId()
The ID of the test run the test belongs to
|
Long |
getStatusId()
The ID of the current status of the test, also see get_statuses
|
Long |
getTemplateId()
The ID of the test template
|
String |
getTitle()
The title of the related test case
|
Long |
getTypeId()
The ID of the test case type that is linked to the test case
|
int |
hashCode() |
void |
setAssignedtoId(Long assignedtoId)
The ID of the user the test is assigned to
|
void |
setCaseId(Long caseId)
The ID of the related test case
|
void |
setCustomAutomationType(Long customAutomationType)
Automation Type.
|
void |
setCustomExpected(String customExpected)
Test Case (Text) template expected result
|
void |
setCustomGoals(String customGoals)
Exploratory Session template goals
|
void |
setCustomMission(String customMission)
Exploratory Session template mission
|
void |
setCustomPreconds(String customPreconds)
Test Case (Text) template preconditions
|
void |
setCustomSteps(String customSteps)
Test Case (Text) template steps
|
void |
setCustomStepsSeparated(List<TRStep> customStepsSeparated)
Test Case (Steps) template steps
|
void |
setEstimate(String estimate)
The estimate of the related test case, e.g.
|
void |
setEstimateForecast(String estimateForecast)
The estimate forecast of the related test case, e.g.
|
void |
setId(Long id)
The unique ID of the test
|
void |
setMilestoneId(Long milestoneId)
The ID of the milestone that is linked to the test case
|
void |
setPriorityId(Long priorityId)
The ID of the priority that is linked to the test case
|
void |
setRefs(String refs)
A comma-separated list of references/requirements that are linked to the test case
|
void |
setRunId(Long runId)
The ID of the test run the test belongs to
|
void |
setStatusId(Long statusId)
The ID of the current status of the test, also see get_statuses
|
void |
setTemplateId(Long templateId)
The ID of the test template
|
void |
setTitle(String title)
The title of the related test case
|
void |
setTypeId(Long typeId)
The ID of the test case type that is linked to the test case
|
String |
toString() |
TRTest |
withAssignedtoId(Long assignedtoId) |
TRTest |
withCaseId(Long caseId) |
TRTest |
withCustomAutomationType(Long customAutomationType) |
TRTest |
withCustomExpected(String customExpected) |
TRTest |
withCustomGoals(String customGoals) |
TRTest |
withCustomMission(String customMission) |
TRTest |
withCustomPreconds(String customPreconds) |
TRTest |
withCustomSteps(String customSteps) |
TRTest |
withCustomStepsSeparated(List<TRStep> customStepsSeparated) |
TRTest |
withEstimate(String estimate) |
TRTest |
withEstimateForecast(String estimateForecast) |
TRTest |
withId(Long id) |
TRTest |
withMilestoneId(Long milestoneId) |
TRTest |
withPriorityId(Long priorityId) |
TRTest |
withRefs(String refs) |
TRTest |
withRunId(Long runId) |
TRTest |
withStatusId(Long statusId) |
TRTest |
withTemplateId(Long templateId) |
TRTest |
withTitle(String title) |
TRTest |
withTypeId(Long typeId) |
public TRTest()
public 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)
customExpected - customAutomationType - milestoneId - customPreconds - templateId - title - customStepsSeparated - priorityId - statusId - refs - customSteps - assignedtoId - caseId - customGoals - estimate - customMission - typeId - runId - estimateForecast - id - public Long getAssignedtoId()
public void setAssignedtoId(Long assignedtoId)
public Long getCaseId()
public void setCaseId(Long caseId)
public Long getRunId()
public void setRunId(Long runId)
public Long getStatusId()
public void setStatusId(Long statusId)
public Long getTemplateId()
public void setTemplateId(Long templateId)
public String getEstimate()
public void setEstimate(String estimate)
public String getEstimateForecast()
public void setEstimateForecast(String estimateForecast)
public Long getId()
public void setId(Long id)
public Long getMilestoneId()
public void setMilestoneId(Long milestoneId)
public Long getPriorityId()
public void setPriorityId(Long priorityId)
public String getRefs()
public void setRefs(String refs)
public String getTitle()
public void setTitle(String title)
public Long getTypeId()
public void setTypeId(Long typeId)
public String getCustomSteps()
public void setCustomSteps(String customSteps)
public String getCustomExpected()
public void setCustomExpected(String customExpected)
public String getCustomPreconds()
public void setCustomPreconds(String customPreconds)
public String getCustomMission()
public void setCustomMission(String customMission)
public String getCustomGoals()
public void setCustomGoals(String customGoals)
public Long getCustomAutomationType()
public void setCustomAutomationType(Long customAutomationType)
public List<TRStep> getCustomStepsSeparated()
public void setCustomStepsSeparated(List<TRStep> customStepsSeparated)
Copyright © 2019. All rights reserved.