Class TestCase
java.lang.Object
org.alfresco.utility.testrail.model.TestCase
Represents one Test Case object from Test Rail v5.7.0.3951
{
"id": 10,
"title": "adminShouldCreateComments",
"section_id": 2,
"template_id": 1,
"type_id": 3,
"priority_id": 2,
"milestone_id": null,
"refs": null,
"created_by": 1,
"created_on": 1472905188,
"updated_by": 1,
"updated_on": 1472905188,
"estimate": null,
"estimate_forecast": null,
"suite_id": 1,
"display_order": 1,
"custom_automation_type": 0,
"custom_preconds": null,
"custom_steps": null,
"custom_expected": null,
"custom_steps_separated": null,
"custom_mission": null,
"custom_goals": null,
"custom_testlink_id": null
}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintgetId()intintgetRefs()intintintgetTitle()intbooleanvoidsetCreated_by(int created_by) voidsetCreated_on(String created_on) voidsetCustom_auto_ref(String custom_auto_ref) voidsetCustom_automation_type(int custom_automation_type) voidsetCustom_description(String custom_description) voidsetCustom_exce_type(List<Integer> custom_exce_type) voidsetCustom_executiontype(boolean custom_executiontype) voidsetCustom_expected(String custom_expected) voidsetCustom_goals(String custom_goals) voidsetCustom_max_version(List<String> custom_max_version) voidsetCustom_min_vers(List<String> custom_min_vers) voidsetCustom_mission(String custom_mission) voidsetCustom_platform(int custom_platform) voidsetCustom_preconds(String custom_preconds) voidsetCustom_steps(String custom_steps) voidsetCustom_steps_separated(List<CustomStepsSeparated> custom_steps_separated) voidsetCustom_test_notes(String custom_test_notes) voidsetCustom_testlink_id(String custom_testlink_id) voidsetDisplay_order(int display_order) voidsetEstimate(String estimate) voidsetEstimate_forecast(String estimate_forecast) voidsetId(int id) voidsetMilestone_id(int milestone_id) voidsetPriority_id(int priority_id) voidvoidsetSection_id(int section_id) voidsetSuite_id(int suite_id) voidsetTemplate_id(int template_id) voidvoidsetType_id(int type_id) voidsetUpdated_by(String updated_by) voidsetUpdated_on(String updated_on)
-
Constructor Details
-
TestCase
public TestCase()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getTitle
-
setTitle
-
getSection_id
public int getSection_id() -
setSection_id
public void setSection_id(int section_id) -
getTemplate_id
public int getTemplate_id() -
setTemplate_id
public void setTemplate_id(int template_id) -
getType_id
public int getType_id() -
setType_id
public void setType_id(int type_id) -
getPriority_id
public int getPriority_id() -
setPriority_id
public void setPriority_id(int priority_id) -
getMilestone_id
public int getMilestone_id() -
setMilestone_id
public void setMilestone_id(int milestone_id) -
getRefs
-
setRefs
-
getCreated_by
public int getCreated_by() -
setCreated_by
public void setCreated_by(int created_by) -
getCreated_on
-
setCreated_on
-
getUpdated_by
-
setUpdated_by
-
getUpdated_on
-
setUpdated_on
-
getEstimate
-
setEstimate
-
getEstimate_forecast
-
setEstimate_forecast
-
getDisplay_order
public int getDisplay_order() -
setDisplay_order
public void setDisplay_order(int display_order) -
getSuite_id
public int getSuite_id() -
setSuite_id
public void setSuite_id(int suite_id) -
getCustom_preconds
-
setCustom_preconds
-
getCustom_steps
-
setCustom_steps
-
getCustom_expected
-
setCustom_expected
-
getCustom_steps_separated
-
setCustom_steps_separated
-
getCustom_mission
-
setCustom_mission
-
getCustom_goals
-
setCustom_goals
-
getCustom_exce_type
-
setCustom_exce_type
-
isCustom_executiontype
public boolean isCustom_executiontype() -
setCustom_executiontype
public void setCustom_executiontype(boolean custom_executiontype) -
getCustom_automation_type
public int getCustom_automation_type() -
setCustom_automation_type
public void setCustom_automation_type(int custom_automation_type) -
getCustom_auto_ref
-
setCustom_auto_ref
-
getCustom_description
-
setCustom_description
-
getCustom_test_notes
-
setCustom_test_notes
-
getCustom_max_version
-
setCustom_max_version
-
getCustom_min_vers
-
setCustom_min_vers
-
getCustom_platform
public int getCustom_platform() -
setCustom_platform
public void setCustom_platform(int custom_platform) -
getCustom_testlink_id
-
setCustom_testlink_id
-