Home
last modified time | relevance | path

Searched refs:assert_type (Results 1 – 1 of 1) sorted by relevance

/include/kunit/
Dtest.h675 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument
680 assert_type, \
685 if (assert_type == KUNIT_ASSERTION) \
690 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) do { \ argument
693 assert_type, \
722 assert_type, \ argument
733 assert_type, \
742 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
744 assert_type, \
750 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
[all …]