-
Notifications
You must be signed in to change notification settings - Fork 1
CaseType
parkd126 edited this page Dec 7, 2018
·
5 revisions
Category used to identify and describe the purpose of a particular test case
Name | Type | Description | Request Methods |
---|---|---|---|
id | Int | The unique ID of the case type | getCaseTypes |
isDefault | Boolean | The is_default field is true for the default case type and false otherwise. | getCaseTypes |
name | String | Name of the case type | getCaseTypes |
Returns a list of available case types.
val caseTypesList = CaseType().getCaseTypes()