Searched refs:UNITTEST_TRACEF (Results 1 – 1 of 1) sorted by relevance
| /system/ulib/unittest/include/unittest/ |
| A D | unittest.h | 194 #define UNITTEST_TRACEF(level, str, x...) \ macro 413 UNITTEST_TRACEF(2, "%s %s %s\n", lhs_str, #op, rhs_str); \ 434 UNITTEST_TRACEF(2, "%s\n", #actual); \ 447 UNITTEST_TRACEF(2, "!(%s)\n", #actual); \ 460 UNITTEST_TRACEF(2, "(%s) == NULL\n", #actual); \ 473 UNITTEST_TRACEF(2, "(%s) != NULL\n", #actual); \ 486 UNITTEST_TRACEF(2, "bytes_eq(%s, %s, %s)\n", \ 497 UNITTEST_TRACEF(2, "bytes_ne(%s, %s, %s)\n", \ 515 UNITTEST_TRACEF(2, "str_eq(%s, %s)\n", #str1, #str2); \ 534 UNITTEST_TRACEF(2, "str_ne(%s, %s)\n", #str1, #str2); \ [all …]
|
Completed in 5 milliseconds