Searched refs:STEP_ASSERT_ (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_surface/test_header/export/ |
H A D | test_header.h | 33 #define STEP_ASSERT_(l, r, func, opstr) ASSERT_##func(l, r) << STEP_CONDITION(#l " " opstr " " #r) macro 35 #define STEP_ASSERT_EQ(l, r) STEP_ASSERT_(l, r, EQ, "==") 36 #define STEP_ASSERT_NE(l, r) STEP_ASSERT_(l, r, NE, "!=") 37 #define STEP_ASSERT_GE(l, r) STEP_ASSERT_(l, r, GE, ">=") 38 #define STEP_ASSERT_LE(l, r) STEP_ASSERT_(l, r, LE, "<=") 39 #define STEP_ASSERT_GT(l, r) STEP_ASSERT_(l, r, GT, ">") 40 #define STEP_ASSERT_LT(l, r) STEP_ASSERT_(l, r, LT, "<")
|
/foundation/graphic/graphic_2d/utils/test_header/export/ |
H A D | test_header.h | 33 #define STEP_ASSERT_(l, r, func, opstr) ASSERT_##func(l, r) << STEP_CONDITION(#l " " opstr " " #r) macro 35 #define STEP_ASSERT_EQ(l, r) STEP_ASSERT_(l, r, EQ, "==") 36 #define STEP_ASSERT_NE(l, r) STEP_ASSERT_(l, r, NE, "!=") 37 #define STEP_ASSERT_GE(l, r) STEP_ASSERT_(l, r, GE, ">=") 38 #define STEP_ASSERT_LE(l, r) STEP_ASSERT_(l, r, LE, "<=") 39 #define STEP_ASSERT_GT(l, r) STEP_ASSERT_(l, r, GT, ">") 40 #define STEP_ASSERT_LT(l, r) STEP_ASSERT_(l, r, LT, "<")
|
Completed in 1 milliseconds