Searched defs: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 683 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) do { \ argument 715 assert_type, \ argument 735 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 743 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 768 assert_type, \ argument 799 assert_type, \ argument 814 assert_type, \ argument 829 assert_type, \ argument 861 assert_type, \ argument [all …]
|