enum AssertionType
Language | Type name |
---|---|
![]() | Amazon.CDK.IntegTests.Alpha.AssertionType |
![]() | github.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#AssertionType |
![]() | software.amazon.awscdk.integtests.alpha.AssertionType |
![]() | aws_cdk.integ_tests_alpha.AssertionType |
![]() | @aws-cdk/integ-tests-alpha ยป AssertionType |
The type of assertion to perform.
Members
Name | Description |
---|---|
EQUALS | Assert that two values are equal. |
OBJECT_LIKE | The keys and their values must be present in the target but the target can be a superset. |
ARRAY_WITH | Matches the specified pattern with the array The set of elements must be in the same order as would be found. |
EQUALS
Assert that two values are equal.
OBJECT_LIKE
The keys and their values must be present in the target but the target can be a superset.
ARRAY_WITH
Matches the specified pattern with the array The set of elements must be in the same order as would be found.