Assert¶
Asserts that the condition is true. If not, an error is thrown.
1 |
|
Parameters¶
boolean condition
The condition to assert.
string message
The message to display if the condition is false.
Remarks¶
Example¶
1 |
|
Example¶
1 |
|
Asserts that the condition is true. If not, an error is thrown.
1 |
|
boolean condition
The condition to assert.
string message
The message to display if the condition is false.
1 |
|
1 |
|