Home
last modified time | relevance | path

Searched refs:KUNIT_EXPECT_STREQ_MSG (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/Documentation/dev-tools/kunit/
Dusage.rst472 KUNIT_EXPECT_STREQ_MSG(test, out, want, "sha1sum(%s)", in);
479 Note the use of ``KUNIT_EXPECT_STREQ_MSG`` to give more context when it fails
511 KUNIT_EXPECT_STREQ_MSG(test, out, cases[i].sha1,
572 KUNIT_EXPECT_STREQ_MSG(test, out, test_param->sha1,
/Linux-v5.15/include/kunit/
Dtest.h1537 #define KUNIT_EXPECT_STREQ_MSG(test, left, right, fmt, ...) \ macro