Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_NOT_NULL_MSG (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/lib/kunit/
Dresource.c99 KUNIT_ASSERT_NOT_NULL_MSG(test, action, "Tried to action a NULL function!"); in kunit_add_action()
Dkunit-test.c563 KUNIT_ASSERT_NOT_NULL_MSG(test, strstr(test->log, "Add newline\n"), in kunit_log_newline_test()
/linux-6.6.21/include/kunit/
Dtest.h1467 KUNIT_ASSERT_NOT_NULL_MSG(test, \
1471 #define KUNIT_ASSERT_NOT_NULL_MSG(test, ptr, fmt, ...) \ macro