| H A D | ktest.h | 128 #define T_EXPECT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument 142 #define T_ASSERT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument 295 #define T_EXPECT_EQ_STR(lhs, rhs, msg, ...) do {\ argument 307 #define T_EXPECT_NE_STR(lhs, rhs, msg, ...) do {\ argument 319 #define T_ASSERT_EQ_STR(lhs, rhs, msg, ...) do {\ argument 324 #define T_ASSERT_NE_STR(lhs, rhs, msg, ...) do {\ argument 331 #define T_EXPECT_EQ_CHAR(lhs, rhs, msg, ...) \ argument 333 #define T_EXPECT_NE_CHAR(lhs, rhs, msg, ...) \ argument 335 #define T_EXPECT_LT_CHAR(lhs, rhs, msg, ...) \ argument 337 #define T_EXPECT_GT_CHAR(lhs, rhs, msg, ...) \ argument [all …]
|