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