Searched refs:assert_type (Results 1 – 1 of 1) sorted by relevance
| /linux/include/kunit/ |
| H A D | test.h | 733 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument 738 assert_type, \ 743 if (assert_type == KUNIT_ASSERTION) \ 748 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) do { \ argument 751 assert_type, \ 780 assert_type, \ argument 791 assert_type, \ 800 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 802 assert_type, \ 808 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument [all …]
|