Searched defs:assert_type (Results 1 – 1 of 1) sorted by relevance
/linux/include/kunit/ |
H A D | test.h | 680 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument 695 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) do { \ argument 727 assert_type, \ argument 747 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 755 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 780 assert_type, \ argument 811 assert_type, \ argument 826 assert_type, \ argument 841 assert_type, \ argument 873 assert_type, \ argument [all …]
|