Searched defs: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 805 assert_type, \ argument 820 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 828 #define KUNIT_TRUE_ASSERTION(test, assert_type, condition) \ argument 831 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 839 #define KUNIT_FALSE_ASSERTION(test, assert_type, condition) \ argument 859 assert_type, \ argument 886 assert_type, \ argument 902 assert_type, \ argument 918 assert_type, \ argument [all …]
|
D | assert.h | 69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ argument
|