std::core::test

Public

Functions

NameDescription
test::leCheck if left <= right
test::@checkChecks condition and fails assertion if not true
test::@setupInitializes test case context.
test::@errorCheck if function returns specific error
test::geCheck if left >= right
test::ltCheck if left < right
test::eqCheck if left == right
test::eq_approxCheck left floating point value is approximately equals to right value
test::neCheck if left != right
test::gtCheck if left > right