Home
last modified time | relevance | path

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

/linux/Documentation/dev-tools/kunit/
A 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/include/kunit/
A Dtest.h1546 #define KUNIT_EXPECT_STREQ_MSG(test, left, right, fmt, ...) \ macro

Completed in 11 milliseconds