Skip to main content
Version: v0.18.0

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)