Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_STREQ (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/lib/kunit/
Dstring-stream-test.c39 KUNIT_ASSERT_STREQ(test, output, "Foo bar"); in string_stream_test_get_string()
/linux-6.1.9/Documentation/dev-tools/kunit/
Dtips.rst45 KUNIT_ASSERT_STREQ(test, buffer, "");
Dusage.rst585 KUNIT_ASSERT_STREQ(test, buffer, "");
/linux-6.1.9/include/kunit/
Dtest.h1209 #define KUNIT_ASSERT_STREQ(test, left, right) \ macro
/linux-6.1.9/drivers/thunderbolt/
Dtest.c2704 KUNIT_ASSERT_STREQ(test, &p1->key[0], &p2->key[0]); in compare_dirs()
2727 KUNIT_ASSERT_STREQ(test, p1->value.text, p2->value.text); in compare_dirs()