Public
Functions
| Name | Description |
|---|---|
| test::le | Check if left <= right |
| test::@check | Checks condition and fails assertion if not true |
| test::@setup | Initializes test case context. |
| test::@error | Check if function returns specific error |
| test::ge | Check if left >= right |
| test::lt | Check if left < right |
| test::eq | Check if left == right |
| test::eq_approx | Check left floating point value is approximately equals to right value |
| test::ne | Check if left != right |
| test::gt | Check if left > right |