Enum AssertionType
(experimental) The type of assertion to perform.
Namespace: Amazon.CDK.IntegTests.Alpha
Assembly: Amazon.CDK.IntegTests.Alpha.dll
Syntax (csharp)
public enum AssertionType
Syntax (vb)
Public Enum AssertionType
Remarks
Stability: Experimental
Synopsis
Fields
ARRAY_WITH | (experimental) Matches the specified pattern with the array The set of elements must be in the same order as would be found. |
EQUALS | (experimental) Assert that two values are equal. |
OBJECT_LIKE | (experimental) The keys and their values must be present in the target but the target can be a superset. |
Fields
Name | Description |
---|---|
ARRAY_WITH | (experimental) Matches the specified pattern with the array The set of elements must be in the same order as would be found. |
EQUALS | (experimental) Assert that two values are equal. |
OBJECT_LIKE | (experimental) The keys and their values must be present in the target but the target can be a superset. |