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()
563 KUNIT_ASSERT_NOT_NULL_MSG(test, strstr(test->log, "Add newline\n"), in kunit_log_newline_test()
1467 KUNIT_ASSERT_NOT_NULL_MSG(test, \1471 #define KUNIT_ASSERT_NOT_NULL_MSG(test, ptr, fmt, ...) \ macro