Lines Matching defs:kunit_case
89 * struct kunit_case - represents an individual test case.
122 * static struct kunit_case example_test_cases[] = {
128 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.
169 * KUNIT_CASE_ATTR - A helper for creating a &struct kunit_case
181 * KUNIT_CASE_SLOW - A helper for creating a &struct kunit_case
192 * KUNIT_CASE_PARAM - A helper for creation a parameterized &struct kunit_case
214 * kunit_case with attributes
252 * struct kunit_suite - describes a related collection of &struct kunit_case
262 * A kunit_suite is a collection of related &struct kunit_case s, such that
270 * Every &struct kunit_case must be associated with a kunit_suite for KUnit
279 struct kunit_case *test_cases;
378 struct kunit_case *test_case);