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
import io.cdktn.cdktn.testing_matchers.AssertionReturn;
new AssertionReturn(java.lang.String message, java.lang.Boolean pass);
| Name | Type | Description |
|---|
message | java.lang.String | - String message containing information about the result of the assertion. |
pass | java.lang.Boolean | - 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 | java.lang.String | - String message containing information about the result of the assertion. |
pass | java.lang.Boolean | - Boolean pass denoting the success of the assertion. |
messageRequired
public java.lang.String getMessage();
String message containing information about the result of the assertion.
passRequired
public java.lang.Boolean getPass();
Boolean pass denoting the success of the assertion.