Class TestCase


  • public class TestCase
    extends java.lang.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 Detail

      • TestCase

        public TestCase()
    • Method Detail

      • getId

        public int getId()
      • setId

        public void setId​(int id)
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.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 java.lang.String getRefs()
      • setRefs

        public void setRefs​(java.lang.String refs)
      • getCreated_by

        public int getCreated_by()
      • setCreated_by

        public void setCreated_by​(int created_by)
      • getCreated_on

        public java.lang.String getCreated_on()
      • setCreated_on

        public void setCreated_on​(java.lang.String created_on)
      • getUpdated_by

        public java.lang.String getUpdated_by()
      • setUpdated_by

        public void setUpdated_by​(java.lang.String updated_by)
      • getUpdated_on

        public java.lang.String getUpdated_on()
      • setUpdated_on

        public void setUpdated_on​(java.lang.String updated_on)
      • getEstimate

        public java.lang.String getEstimate()
      • setEstimate

        public void setEstimate​(java.lang.String estimate)
      • getEstimate_forecast

        public java.lang.String getEstimate_forecast()
      • setEstimate_forecast

        public void setEstimate_forecast​(java.lang.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 java.lang.String getCustom_preconds()
      • setCustom_preconds

        public void setCustom_preconds​(java.lang.String custom_preconds)
      • getCustom_steps

        public java.lang.String getCustom_steps()
      • setCustom_steps

        public void setCustom_steps​(java.lang.String custom_steps)
      • getCustom_expected

        public java.lang.String getCustom_expected()
      • setCustom_expected

        public void setCustom_expected​(java.lang.String custom_expected)
      • getCustom_steps_separated

        public java.util.List<CustomStepsSeparated> getCustom_steps_separated()
      • setCustom_steps_separated

        public void setCustom_steps_separated​(java.util.List<CustomStepsSeparated> custom_steps_separated)
      • getCustom_mission

        public java.lang.String getCustom_mission()
      • setCustom_mission

        public void setCustom_mission​(java.lang.String custom_mission)
      • getCustom_goals

        public java.lang.String getCustom_goals()
      • setCustom_goals

        public void setCustom_goals​(java.lang.String custom_goals)
      • getCustom_exce_type

        public java.util.List<java.lang.Integer> getCustom_exce_type()
      • setCustom_exce_type

        public void setCustom_exce_type​(java.util.List<java.lang.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 java.lang.String getCustom_auto_ref()
      • setCustom_auto_ref

        public void setCustom_auto_ref​(java.lang.String custom_auto_ref)
      • getCustom_description

        public java.lang.String getCustom_description()
      • setCustom_description

        public void setCustom_description​(java.lang.String custom_description)
      • getCustom_test_notes

        public java.lang.String getCustom_test_notes()
      • setCustom_test_notes

        public void setCustom_test_notes​(java.lang.String custom_test_notes)
      • getCustom_max_version

        public java.util.List<java.lang.String> getCustom_max_version()
      • setCustom_max_version

        public void setCustom_max_version​(java.util.List<java.lang.String> custom_max_version)
      • getCustom_min_vers

        public java.util.List<java.lang.String> getCustom_min_vers()
      • setCustom_min_vers

        public void setCustom_min_vers​(java.util.List<java.lang.String> custom_min_vers)
      • getCustom_platform

        public int getCustom_platform()
      • setCustom_platform

        public void setCustom_platform​(int custom_platform)
      • getCustom_testlink_id

        public java.lang.String getCustom_testlink_id()
      • setCustom_testlink_id

        public void setCustom_testlink_id​(java.lang.String custom_testlink_id)