Skip to main content
Version: v0.19.0-alpha 🚧

AssertTrue

Alias:AssertTrue

Output:Unit

Returns an error if the nested step does not return true.

ParameterTypeRequiredPositionSummary
Booleanbool✔1The bool to test.

Examples​

SCL​

AssertTrue ((2 + 2) == 4)