Searched refs:assert_type (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/include/kunit/ |
D | test.h | 582 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument 587 assert_type, \ 592 if (assert_type == KUNIT_ASSERTION) \ 597 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) \ argument 599 assert_type, \ 627 assert_type, \ argument 637 assert_type, \ 646 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 648 assert_type, \ 654 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument [all …]
|