Lines Matching defs:kunit_case
90 * struct kunit_case - represents an individual test case.
121 * static struct kunit_case example_test_cases[] = {
127 struct kunit_case {
152 * KUNIT_CASE - A helper for creating a &struct kunit_case
157 * &struct kunit_case object from it. See the documentation for
158 * &struct kunit_case for an example on how to use it.
165 * KUNIT_CASE_ATTR - A helper for creating a &struct kunit_case
177 * KUNIT_CASE_SLOW - A helper for creating a &struct kunit_case
188 * KUNIT_CASE_PARAM - A helper for creation a parameterized &struct kunit_case
210 * kunit_case with attributes
223 * struct kunit_suite - describes a related collection of &struct kunit_case
233 * A kunit_suite is a collection of related &struct kunit_case s, such that
241 * Every &struct kunit_case must be associated with a kunit_suite for KUnit
250 struct kunit_case *test_cases;
325 struct kunit_case *test_case);