Home
last modified time | relevance | path

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

/linux-6.1.9/include/kunit/
Dtest.h479 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument
484 assert_type, \
492 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) \ argument
494 assert_type, \
519 assert_type, \ argument
529 assert_type, \
538 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
540 assert_type, \
546 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
548 assert_type, \
[all …]