Searched refs:KUNIT_ASSERT_STREQ (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/lib/kunit/ |
| D | string-stream-test.c | 39 KUNIT_ASSERT_STREQ(test, output, "Foo bar"); in string_stream_test_get_string()
|
| /Linux-v5.15/Documentation/dev-tools/kunit/ |
| D | tips.rst | 45 KUNIT_ASSERT_STREQ(test, buffer, "");
|
| /Linux-v5.15/include/kunit/ |
| D | test.h | 1811 #define KUNIT_ASSERT_STREQ(test, left, right) \ macro
|
| /Linux-v5.15/drivers/thunderbolt/ |
| D | test.c | 2613 KUNIT_ASSERT_STREQ(test, &p1->key[0], &p2->key[0]); in compare_dirs() 2636 KUNIT_ASSERT_STREQ(test, p1->value.text, p2->value.text); in compare_dirs()
|