Assertion functions
Last updated
Was this helpful?
Last updated
Was this helpful?
Assertion functions
The aim of these functions is to provide tools to test some other functions.
- Check that condition is true.
- Check that an command raises the expected error.
- Check that computed and expected values are approximately equal.
- Check that computed and expected values are equal.
- Check that condition is false.
- Check that condition is true.