AssertionType

class aws_cdk.integ_tests_alpha.AssertionType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) The type of assertion to perform.

Stability:

experimental

Attributes

ARRAY_WITH

(experimental) Matches the specified pattern with the array The set of elements must be in the same order as would be found.

Stability:

experimental

EQUALS

(experimental) Assert that two values are equal.

Stability:

experimental

OBJECT_LIKE

(experimental) The keys and their values must be present in the target but the target can be a superset.

Stability:

experimental