Searched refs:KUNIT_EXPECT_STREQ_MSG (Results 1 – 2 of 2) sorted by relevance
| /linux/Documentation/dev-tools/kunit/ |
| A 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/include/kunit/ |
| A D | test.h | 1546 #define KUNIT_EXPECT_STREQ_MSG(test, left, right, fmt, ...) \ macro
|
Completed in 11 milliseconds