Documentation Index
Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Class representing the contents of a return by an assertion.
Initializers
using Io.Cdktn;
new AssertionReturn(string Message, bool Pass);
| Name | Type | Description |
|---|
Message | string | - String message containing information about the result of the assertion. |
Pass | bool | - Boolean pass denoting the success of the assertion. |
MessageRequired
String message containing information about the result of the assertion.
PassRequired
Boolean pass denoting the success of the assertion.
Properties
| Name | Type | Description |
|---|
Message | string | - String message containing information about the result of the assertion. |
Pass | bool | - Boolean pass denoting the success of the assertion. |
MessageRequired
public string Message { get; }
String message containing information about the result of the assertion.
PassRequired
public bool Pass { get; }
Boolean pass denoting the success of the assertion.