Searched refs:assert_type (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/include/kunit/ |
D | test.h | 668 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument 673 assert_type, \ 678 if (assert_type == KUNIT_ASSERTION) \ 683 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) do { \ argument 686 assert_type, \ 715 assert_type, \ argument 726 assert_type, \ 735 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 737 assert_type, \ 743 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument [all …]
|