DeployedApiTestStatus
Defines the testing status of a deployed API throughout the testing lifecycle.
enum DeployedApiTestStatus {
NOT_TESTED
PENDING
IN_PROGRESS
PASSED
FAILED
}
Values
DeployedApiTestStatus.NOT_TESTED
Default status when a new API is deployed or an existing API is updated.
Indicates a Test has been requested.
DeployedApiTestStatus.IN_PROGRESS
Indicates the Test has been initiated in the testing tool.
Indicates the test has passed.
Indicates the test has failed.
Member Of
DeployedApi object
Was this topic helpful?