|
#define | ASSERT_ON_FAILURE |
| Check if we should assert on errors, and do so. More...
|
|
#define | CONTINUE_ON_FAILURE |
| If we shouldn't continue on errors, return. More...
|
|
#define | CONTINUE_ON_FAILURE_RETURNS_BOOL |
| If we shouldn't continue on errors, return test status. More...
|
|
#define | NS_TEST_ASSERT_MSG_EQ(actual, limit, msg) NS_TEST_ASSERT_MSG_EQ_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual and expected (limit) value are equal and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_EQ_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual and expected (limit) value are equal and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_EQ_RETURNS_BOOL(actual, limit, msg) NS_TEST_ASSERT_MSG_EQ_RETURNS_BOOL_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual and expected (limit) value are equal and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_EQ_RETURNS_BOOL_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual and expected (limit) value are equal and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_EQ_TOL(actual, limit, tol, msg) NS_TEST_ASSERT_MSG_EQ_TOL_INTERNAL (actual, limit, tol, msg, __FILE__, __LINE__) |
| Test that actual and expected (limit) values are equal to plus or minus some tolerance and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_EQ_TOL_INTERNAL(actual, limit, tol, msg, file, line) |
| Test that actual and expected (limit) values are equal to plus or minus some tolerance and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_EQ_TOL_RETURNS_BOOL(actual, limit, tol, msg) NS_TEST_ASSERT_MSG_EQ_TOL_RETURNS_BOOL_INTERNAL (actual, limit, tol, msg, __FILE__, __LINE__) |
| Test that actual and expected (limit) values are equal to plus or minus some tolerance and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_EQ_TOL_RETURNS_BOOL_INTERNAL(actual, limit, tol, msg, file, line) |
| Test that actual and expected (limit) values are equal to plus or minus some tolerance and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_GT(actual, limit, msg) NS_TEST_ASSERT_MSG_GT_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual value is greater than a limit and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_GT_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual value is greater than a limit and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_GT_OR_EQ(actual, limit, msg) NS_TEST_ASSERT_MSG_GT_OR_EQ_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual value is greater than or equal to a limit and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_GT_OR_EQ_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual value is greater than or equal to a limit and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_LT(actual, limit, msg) NS_TEST_ASSERT_MSG_LT_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual value is less than a limit and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_LT_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual value is less than a limit and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_LT_OR_EQ(actual, limit, msg) NS_TEST_ASSERT_MSG_LT_OR_EQ_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual value is less than or equal to a limit and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_LT_OR_EQ_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual value is less than or equal to a limit and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_NE(actual, limit, msg) NS_TEST_ASSERT_MSG_NE_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual and expected (limit) value are not equal and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_NE_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual and expected (limit) value are not equal and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_NE_RETURNS_BOOL(actual, limit, msg) NS_TEST_ASSERT_MSG_NE_RETURNS_BOOL_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual and expected (limit) value are not equal and report and abort if not. More...
|
|
#define | NS_TEST_ASSERT_MSG_NE_RETURNS_BOOL_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual and expected (limit) value are not equal and report and abort if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_EQ(actual, limit, msg) NS_TEST_EXPECT_MSG_EQ_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual and expected (limit) value are equal and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_EQ_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual and expected (limit) value are equal and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_EQ_TOL(actual, limit, tol, msg) NS_TEST_EXPECT_MSG_EQ_TOL_INTERNAL (actual, limit, tol, msg, __FILE__, __LINE__) |
| Test that actual and expected (limit) values are equal to plus or minus some tolerance and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_EQ_TOL_INTERNAL(actual, limit, tol, msg, file, line) |
| Test that actual and expected (limit) values are equal to plus or minus some tolerance and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_GT(actual, limit, msg) NS_TEST_EXPECT_MSG_GT_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual value is greater than a limit and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_GT_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual value is greater than a limit and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_GT_OR_EQ(actual, limit, msg) NS_TEST_EXPECT_MSG_GT_OR_EQ_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual value is greater than or equal to limit and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_GT_OR_EQ_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual value is greater than or equal to limit and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_LT(actual, limit, msg) NS_TEST_EXPECT_MSG_LT_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual value is less than a limit and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_LT_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual value is less than a limit and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_LT_OR_EQ(actual, limit, msg) NS_TEST_EXPECT_MSG_LT_OR_EQ_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual value is less than or equal to a limit and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_LT_OR_EQ_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual value is less than or equal to a limit and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_NE(actual, limit, msg) NS_TEST_EXPECT_MSG_NE_INTERNAL (actual, limit, msg, __FILE__, __LINE__) |
| Test that an actual and expected (limit) value are not equal and report if not. More...
|
|
#define | NS_TEST_EXPECT_MSG_NE_INTERNAL(actual, limit, msg, file, line) |
| Test that an actual and expected (limit) value are not equal and report if not. More...
|
|