Searched refs:KUNIT_EXPECT_STREQ_MSG (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/Documentation/dev-tools/kunit/ |
| D | usage.rst | 472 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/ |
| D | test.h | 1537 #define KUNIT_EXPECT_STREQ_MSG(test, left, right, fmt, ...) \ macro
|