Lines Matching defs:kunit_case
106 * struct kunit_case - represents an individual test case.
135 * static struct kunit_case example_test_cases[] = {
141 struct kunit_case {
156 * KUNIT_CASE - A helper for creating a &struct kunit_case
161 * &struct kunit_case object from it. See the documentation for
162 * &struct kunit_case for an example on how to use it.
167 * struct kunit_suite - describes a related collection of &struct kunit_case
174 * A kunit_suite is a collection of related &struct kunit_case s, such that
179 * Every &struct kunit_case must be associated with a kunit_suite for KUnit
186 struct kunit_case *test_cases;
240 struct kunit_case *test_case);