Class AssertionType
(experimental) The type of assertion to perform.
Inheritance
Namespace: Amazon.CDK.IntegTests.Alpha
Assembly: Amazon.CDK.IntegTests.Alpha.dll
Syntax (csharp)
public sealed class AssertionType : Enum
Syntax (vb)
Public NotInheritable Class AssertionType
Inherits
Enum
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. |
value__ |
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.
public const AssertionType ARRAY_WITH
Field Value
Type | Description |
---|---|
Assertion |
Remarks
Stability: Experimental
EQUALS
(experimental) Assert that two values are equal.
public const AssertionType EQUALS
Field Value
Type | Description |
---|---|
Assertion |
Remarks
Stability: Experimental
OBJECT_LIKE
(experimental) The keys and their values must be present in the target but the target can be a superset.
public const AssertionType OBJECT_LIKE
Field Value
Type | Description |
---|---|
Assertion |
Remarks
Stability: Experimental
value__
public int value__
Field Value
Type | Description |
---|---|
System. |