Searched refs:KUNIT_ASSERT_NOT_NULL_MSG (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/lib/kunit/ |
| H A D | resource.c | 99 KUNIT_ASSERT_NOT_NULL_MSG(test, action, "Tried to action a NULL function!"); in kunit_add_action()
|
| H A D | kunit-test.c | 633 KUNIT_ASSERT_NOT_NULL_MSG(test, strstr(full_log, "Add newline\n"), in kunit_log_newline_test()
|
| /linux-6.15/include/kunit/ |
| H A D | test.h | 1625 KUNIT_ASSERT_NOT_NULL_MSG(test, \ 1629 #define KUNIT_ASSERT_NOT_NULL_MSG(test, ptr, fmt, ...) \ macro
|
| /linux-6.15/sound/core/ |
| H A D | sound_kunit.c | 282 KUNIT_ASSERT_NOT_NULL_MSG(test, name, "Don't have name for %s", valid_fmt[i].name); in test_pcm_format_name()
|