Class RunTestCase

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

public class RunTestCase extends Object
The model compatible with TestRail v5.7.0.3951 "id": 6457024, "case_id": 309025, "status_id": 5, "assignedto_id": null, "run_id": 749, "title": "getDefaultRepositoryInstalledModules", "template_id": 1, "type_id": 6, "priority_id": 2, "estimate": null, "estimate_forecast": null, "refs": null, "milestone_id": null, "custom_executiontype": true, "custom_platform": 1, "custom_automation_type": null, "custom_testlink_id": null, "custom_auto_ref": "org.alfresco.rest.discovery.DiscoveryTests#getDefaultRepositoryInstalledModules", "custom_description": "Sanity tests for GET /discovery endpoint", "custom_test_notes": "\n\nTestCase Steps\n=========\n* REST API: Basic Authentication using user {\norg.alfresco.utility.model.UserModel@363751f2[\r\n username=User-FOEUSgiRWEkvBHC\r\n password=password\r\n domain=\r\n firstName=\r\n lastName=\r\n userRole=\r\n]}\n* Request: GET http://localhost:8084/alfresco/api/discovery/\n\n* REST API: Assert that status code is 200", "custom_preconds": null, "custom_expected": null, "custom_steps_separated": null, "custom_exce_type": [ 2 ], "custom_max_version": [], "custom_min_vers": []
  • Constructor Details

    • RunTestCase

      public RunTestCase()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getCase_id

      public long getCase_id()
    • setCase_id

      public void setCase_id(long case_id)
    • getStatus_id

      public int getStatus_id()
    • setStatus_id

      public void setStatus_id(int status_id)
    • getAssignedto_id

      public String getAssignedto_id()
    • setAssignedto_id

      public void setAssignedto_id(String assignedto_id)
    • getRun_id

      public int getRun_id()
    • setRun_id

      public void setRun_id(int run_id)
    • getTitle

      public String getTitle()
    • setTitle

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

      public String getRefs()
    • setRefs

      public void setRefs(String refs)
    • getMilestone_id

      public String getMilestone_id()
    • setMilestone_id

      public void setMilestone_id(String milestone_id)
    • getCustom_executiontype

      public String getCustom_executiontype()
    • setCustom_executiontype

      public void setCustom_executiontype(String 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_preconds

      public String getCustom_preconds()
    • setCustom_preconds

      public void setCustom_preconds(String custom_preconds)
    • getCustom_expected

      public String getCustom_expected()
    • setCustom_expected

      public void setCustom_expected(String custom_expected)
    • getCustom_exce_type

      public List<String> getCustom_exce_type()
    • setCustom_exce_type

      public void setCustom_exce_type(List<String> custom_exce_type)
    • 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)
    • getCustom_steps_separated

      public List<CustomStepsSeparated> getCustom_steps_separated()
    • setCustom_steps_separated

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

      public List<String> getCustom_max_version()
    • setCustom_max_version

      public void setCustom_max_version(List<String> custom_max_version)