Searched refs:KUNIT_ASSERT_NOT_NULL_MSG (Results 1 – 3 of 3) sorted by relevance
99 KUNIT_ASSERT_NOT_NULL_MSG(test, action, "Tried to action a NULL function!"); in kunit_add_action()
636 KUNIT_ASSERT_NOT_NULL_MSG(test, strstr(full_log, "Add newline\n"), in kunit_log_newline_test()
1691 KUNIT_ASSERT_NOT_NULL_MSG(test, \1695 #define KUNIT_ASSERT_NOT_NULL_MSG(test, ptr, fmt, ...) \ macro