Function: TestCaseApiFp()
TestCaseApiFp(
configuration
?):object
TestCaseApi - functional programming interface
Parameters
configuration?
Returns
object
apiV1TestcaseCopyPost()
Parameters
testCaseCopyDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCasesCopyResponseDTO
>>
Throws
apiV1TestcaseIdDelete()
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCaseDTO
>>
Throws
apiV1TestcaseIdGet()
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCaseDTO
>>
Throws
apiV1TestcaseIdPatch()
Parameters
id
string
testCasePatchDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCaseDTO
>>
Throws
apiV1TestcaseIdResultsGet()
Parameters
id
string
skip?
number
take?
number
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCaseResultDTO
[]>>
Throws
apiV1TestcaseListGet()
Parameters
skip?
number
take?
number
promptId?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCaseDTO
[]>>
Throws
apiV1TestcasePost()
Parameters
testCaseCreateDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCaseDTO
>>
Throws
apiV1TestcaseResultIdGet()
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCaseResultDTO
>>
Throws
apiV1TestcaseRunPost()
Parameters
testCaseRunCreateDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCaseRunResponseDTO
>>
Throws
apiV1TestcaseRunsIdListGet()
Parameters
id
string
skip?
number
take?
number
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCaseResultDTO
[]>>
Throws
apiV1TestcaseRunsIdStatusGet()
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<TestCaseResultStatusDTO
[]>>