Searched defs:assert_type (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/include/kunit/ |
D | test.h | 514 #define KUNIT_ASSERTION(test, assert_type, pass, assert_class, INITIALIZER, fmt, ...) do { \ argument 528 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) \ argument 555 assert_type, \ argument 569 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 577 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 602 assert_type, \ argument 630 assert_type, \ argument 645 assert_type, \ argument 660 assert_type, \ argument 688 assert_type, \ argument
|