A boolean assertion, equivalent to JUnit's assertTrue. Passes if the first argument is truthy.
Arguments:
| state | Boolean | |
|---|---|---|
| A boolean expression, can be a boolean or any other type, its boolean default is evaluated. | ||
| message (Optional) | String | |
| A message to output with the assertion result. | ||