Searched refs:KUNIT_ASSERT_STREQ (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/lib/kunit/ |
H A D | string-stream-test.c | 39 KUNIT_ASSERT_STREQ(test, output, "Foo bar"); in string_stream_test_get_string()
|
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | string-stream-test.c | 39 KUNIT_ASSERT_STREQ(test, output, "Foo bar"); in string_stream_test_get_string()
|
/kernel/linux/linux-5.10/include/kunit/ |
H A D | test.h | 1683 * KUNIT_ASSERT_STREQ() - An assertion that strings @left and @right are equal. 1692 #define KUNIT_ASSERT_STREQ(test, left, right) \ macro
|
/kernel/linux/linux-6.6/include/kunit/ |
H A D | test.h | 1396 * KUNIT_ASSERT_STREQ() - An assertion that strings @left and @right are equal. 1405 #define KUNIT_ASSERT_STREQ(test, left, right) \ macro
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | test.c | 2786 KUNIT_ASSERT_STREQ(test, &p1->key[0], &p2->key[0]); in compare_dirs() 2809 KUNIT_ASSERT_STREQ(test, p1->value.text, p2->value.text); in compare_dirs()
|
Completed in 8 milliseconds