enum Status
| Language | Type name |
|---|---|
.NET | Amazon.CDK.IntegTests.Status |
Java | software.amazon.awscdk.integtests.Status |
Python | aws_cdk.integ_tests.Status |
TypeScript (source) | @aws-cdk/integ-tests » Status |
The status of the assertion.
Members
| Name | Description |
|---|---|
| PASS | The assertion passed. |
| FAIL | The assertion failed. |
PASS
The assertion passed.
FAIL
The assertion failed.

.NET
Java
Python
TypeScript (