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