Assert¶
Asserts that the specified condition is true. If the condition is false, 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 |
|