Searched refs:assert_type (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/kunit/ |
D | test.h | 659 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) \ argument 663 KUNIT_INIT_FAIL_ASSERT_STRUCT(test, assert_type), \ 685 assert_type, \ argument 694 assert_type, \ 700 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 702 assert_type, \ 708 #define KUNIT_TRUE_ASSERTION(test, assert_type, condition) \ argument 709 KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) 711 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 713 assert_type, \ [all …]
|
D | assert.h | 69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ argument 71 .type = assert_type, \
|