Function: TestCaseApiAxiosParamCreator()
TestCaseApiAxiosParamCreator(
configuration
?):object
TestCaseApi - axios parameter creator
Parameters
configuration?
Returns
object
apiV1TestcaseCopyPost()
apiV1TestcaseCopyPost: (
testCaseCopyDTO
?,options
?) =>Promise
<RequestArgs
>
Parameters
testCaseCopyDTO?
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1TestcaseIdDelete()
apiV1TestcaseIdDelete: (
id
,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1TestcaseIdGet()
apiV1TestcaseIdGet: (
id
,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1TestcaseIdPatch()
apiV1TestcaseIdPatch: (
id
,testCasePatchDTO
?,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
testCasePatchDTO?
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1TestcaseIdResultsGet()
apiV1TestcaseIdResultsGet: (
id
,skip
?,take
?,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
skip?
number
take?
number
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1TestcaseListGet()
apiV1TestcaseListGet: (
skip
?,take
?,promptId
?,options
?) =>Promise
<RequestArgs
>
Parameters
skip?
number
take?
number
promptId?
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1TestcasePost()
apiV1TestcasePost: (
testCaseCreateDTO
?,options
?) =>Promise
<RequestArgs
>
Parameters
testCaseCreateDTO?
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1TestcaseResultIdGet()
apiV1TestcaseResultIdGet: (
id
,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1TestcaseRunPost()
apiV1TestcaseRunPost: (
testCaseRunCreateDTO
?,options
?) =>Promise
<RequestArgs
>
Parameters
testCaseRunCreateDTO?
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1TestcaseRunsIdListGet()
apiV1TestcaseRunsIdListGet: (
id
,skip
?,take
?,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
skip?
number
take?
number
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1TestcaseRunsIdStatusGet()
apiV1TestcaseRunsIdStatusGet: (
id
,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>