@aws-cdk_integ-tests-alpha.AssertionType

enum AssertionType ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.IntegTests.Alpha.AssertionType
Gogithub.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#AssertionType
Javasoftware.amazon.awscdk.integtests.alpha.AssertionType
Pythonaws_cdk.integ_tests_alpha.AssertionType
TypeScript (source)@aws-cdk/integ-tests-alpha ยป AssertionType

The type of assertion to perform.

Members

NameDescription
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.