Home
last modified time | relevance | path

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

/linux-6.15/lib/kunit/
H A Dresource.c99 KUNIT_ASSERT_NOT_NULL_MSG(test, action, "Tried to action a NULL function!"); in kunit_add_action()
H A Dkunit-test.c633 KUNIT_ASSERT_NOT_NULL_MSG(test, strstr(full_log, "Add newline\n"), in kunit_log_newline_test()
/linux-6.15/include/kunit/
H A Dtest.h1625 KUNIT_ASSERT_NOT_NULL_MSG(test, \
1629 #define KUNIT_ASSERT_NOT_NULL_MSG(test, ptr, fmt, ...) \ macro
/linux-6.15/sound/core/
H A Dsound_kunit.c282 KUNIT_ASSERT_NOT_NULL_MSG(test, name, "Don't have name for %s", valid_fmt[i].name); in test_pcm_format_name()