AdvancedLast verified Aug 23, 2026
Assert
Checks a debug condition and records pass or failure behavior.
Checks a debug condition and records pass or failure behavior.
When to use
Use it to make an expected invariant visible while examining an eligible debug run.
Example
Assert that a calculated position size is positive before the order path continues in the recorded test.
Common problems
Connect a boolean condition and handle failure as diagnostic evidence. Assert is not a production risk control.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.