Searched refs:T_EXPECT_NE_STR (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/tests/ipc/ |
| H A D | mach_port_description.c | 84 T_EXPECT_NE_STR(object_description, "", "object description is populated");
|
| /xnu-12377.1.9/tests/vm/ |
| H A D | vm_user.c | 198 T_EXPECT_NE_STR(desc, "", "Tag description (%i) is non-empty", i);
|
| /xnu-12377.1.9/osfmk/tests/ |
| H A D | ktest.h | 307 #define T_EXPECT_NE_STR(lhs, rhs, msg, ...) do {\ macro 325 T_EXPECT_NE_STR(lhs, rhs, msg, # __VA_ARGS__);\
|