Class RunTestCase
- java.lang.Object
-
- org.alfresco.utility.testrail.model.RunTestCase
-
public class RunTestCase extends java.lang.ObjectThe 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 Summary
Constructors Constructor Description RunTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssignedto_id()longgetCase_id()java.lang.StringgetCustom_auto_ref()intgetCustom_automation_type()java.lang.StringgetCustom_description()java.util.List<java.lang.String>getCustom_exce_type()java.lang.StringgetCustom_executiontype()java.lang.StringgetCustom_expected()java.util.List<java.lang.String>getCustom_max_version()java.util.List<java.lang.String>getCustom_min_vers()intgetCustom_platform()java.lang.StringgetCustom_preconds()java.util.List<CustomStepsSeparated>getCustom_steps_separated()java.lang.StringgetCustom_test_notes()java.lang.StringgetCustom_testlink_id()java.lang.StringgetEstimate()java.lang.StringgetEstimate_forecast()longgetId()java.lang.StringgetMilestone_id()intgetPriority_id()java.lang.StringgetRefs()intgetRun_id()intgetStatus_id()intgetTemplate_id()java.lang.StringgetTitle()intgetType_id()voidsetAssignedto_id(java.lang.String assignedto_id)voidsetCase_id(long case_id)voidsetCustom_auto_ref(java.lang.String custom_auto_ref)voidsetCustom_automation_type(int custom_automation_type)voidsetCustom_description(java.lang.String custom_description)voidsetCustom_exce_type(java.util.List<java.lang.String> custom_exce_type)voidsetCustom_executiontype(java.lang.String custom_executiontype)voidsetCustom_expected(java.lang.String custom_expected)voidsetCustom_max_version(java.util.List<java.lang.String> custom_max_version)voidsetCustom_min_vers(java.util.List<java.lang.String> custom_min_vers)voidsetCustom_platform(int custom_platform)voidsetCustom_preconds(java.lang.String custom_preconds)voidsetCustom_steps_separated(java.util.List<CustomStepsSeparated> custom_steps_separated)voidsetCustom_test_notes(java.lang.String custom_test_notes)voidsetCustom_testlink_id(java.lang.String custom_testlink_id)voidsetEstimate(java.lang.String estimate)voidsetEstimate_forecast(java.lang.String estimate_forecast)voidsetId(long id)voidsetMilestone_id(java.lang.String milestone_id)voidsetPriority_id(int priority_id)voidsetRefs(java.lang.String refs)voidsetRun_id(int run_id)voidsetStatus_id(int status_id)voidsetTemplate_id(int template_id)voidsetTitle(java.lang.String title)voidsetType_id(int type_id)
-
-
-
Method Detail
-
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 java.lang.String getAssignedto_id()
-
setAssignedto_id
public void setAssignedto_id(java.lang.String assignedto_id)
-
getRun_id
public int getRun_id()
-
setRun_id
public void setRun_id(int run_id)
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.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 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)
-
getRefs
public java.lang.String getRefs()
-
setRefs
public void setRefs(java.lang.String refs)
-
getMilestone_id
public java.lang.String getMilestone_id()
-
setMilestone_id
public void setMilestone_id(java.lang.String milestone_id)
-
getCustom_executiontype
public java.lang.String getCustom_executiontype()
-
setCustom_executiontype
public void setCustom_executiontype(java.lang.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 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_preconds
public java.lang.String getCustom_preconds()
-
setCustom_preconds
public void setCustom_preconds(java.lang.String custom_preconds)
-
getCustom_expected
public java.lang.String getCustom_expected()
-
setCustom_expected
public void setCustom_expected(java.lang.String custom_expected)
-
getCustom_exce_type
public java.util.List<java.lang.String> getCustom_exce_type()
-
setCustom_exce_type
public void setCustom_exce_type(java.util.List<java.lang.String> custom_exce_type)
-
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)
-
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_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)
-
-