Class TestCase

java.lang.Object
org.alfresco.utility.testrail.model.TestCase

public class TestCase extends Object
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 Details

    • TestCase

      public TestCase()
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • 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

      public String getRefs()
    • setRefs

      public void setRefs(String refs)
    • getCreated_by

      public int getCreated_by()
    • setCreated_by

      public void setCreated_by(int created_by)
    • getCreated_on

      public String getCreated_on()
    • setCreated_on

      public void setCreated_on(String created_on)
    • getUpdated_by

      public String getUpdated_by()
    • setUpdated_by

      public void setUpdated_by(String updated_by)
    • getUpdated_on

      public String getUpdated_on()
    • setUpdated_on

      public void setUpdated_on(String updated_on)
    • getEstimate

      public String getEstimate()
    • setEstimate

      public void setEstimate(String estimate)
    • getEstimate_forecast

      public String getEstimate_forecast()
    • setEstimate_forecast

      public void setEstimate_forecast(String estimate_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

      public String getCustom_preconds()
    • setCustom_preconds

      public void setCustom_preconds(String custom_preconds)
    • getCustom_steps

      public String getCustom_steps()
    • setCustom_steps

      public void setCustom_steps(String custom_steps)
    • getCustom_expected

      public String getCustom_expected()
    • setCustom_expected

      public void setCustom_expected(String custom_expected)
    • getCustom_steps_separated

      public List<CustomStepsSeparated> getCustom_steps_separated()
    • setCustom_steps_separated

      public void setCustom_steps_separated(List<CustomStepsSeparated> custom_steps_separated)
    • getCustom_mission

      public String getCustom_mission()
    • setCustom_mission

      public void setCustom_mission(String custom_mission)
    • getCustom_goals

      public String getCustom_goals()
    • setCustom_goals

      public void setCustom_goals(String custom_goals)
    • getCustom_exce_type

      public List<Integer> getCustom_exce_type()
    • setCustom_exce_type

      public void setCustom_exce_type(List<Integer> custom_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

      public String getCustom_auto_ref()
    • setCustom_auto_ref

      public void setCustom_auto_ref(String custom_auto_ref)
    • getCustom_description

      public String getCustom_description()
    • setCustom_description

      public void setCustom_description(String custom_description)
    • getCustom_test_notes

      public String getCustom_test_notes()
    • setCustom_test_notes

      public void setCustom_test_notes(String custom_test_notes)
    • getCustom_max_version

      public List<String> getCustom_max_version()
    • setCustom_max_version

      public void setCustom_max_version(List<String> custom_max_version)
    • getCustom_min_vers

      public List<String> getCustom_min_vers()
    • setCustom_min_vers

      public void setCustom_min_vers(List<String> custom_min_vers)
    • getCustom_platform

      public int getCustom_platform()
    • setCustom_platform

      public void setCustom_platform(int custom_platform)