Searched refs:assert_type (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/include/kunit/ |
D | test.h | 779 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) \ argument 783 KUNIT_INIT_FAIL_ASSERT_STRUCT(test, assert_type), \ 805 assert_type, \ argument 814 assert_type, \ 820 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 822 assert_type, \ 828 #define KUNIT_TRUE_ASSERTION(test, assert_type, condition) \ argument 829 KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) 831 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 833 assert_type, \ [all …]
|
D | assert.h | 69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ argument 71 .type = assert_type, \
|