Searched defs:kunit (Results 1 – 3 of 3) sorted by relevance
262 struct kunit { struct268 struct kunit_try_catch try_catch; argument281 enum kunit_status status; /* Read only after test_case finishes! */ argument292 static inline void kunit_set_failure(struct kunit *test) in kunit_set_failure() argument
69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ argument
52 struct kunit *kunit; member
Completed in 10 milliseconds