Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dstring-stream-test.c39 KUNIT_ASSERT_STREQ(test, output, "Foo bar"); in string_stream_test_get_string()
/openbmc/linux/include/kunit/
H A Dtest.h1405 #define KUNIT_ASSERT_STREQ(test, left, right) \ macro
/openbmc/linux/drivers/thunderbolt/
H A Dtest.c2786 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()
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dusage.rst615 KUNIT_ASSERT_STREQ(test, buffer, "");