Lines Matching refs:suites
23 In order to make tests as easy to find as possible, they're grouped into suites
25 the kernel, and a subsystem is a set of test suites which test different parts
32 or more KUnit test suites which test the same driver or part of the kernel. A
74 simply a way of categorising test suites and naming modules which
81 KUnit tests are grouped into test suites, which cover a specific area of
82 functionality being tested. Test suites can have shared initialisation and
84 Not all subsystems will need to be split into multiple test suites (e.g. simple drivers).
86 Test suites are named after the subsystem they are part of. If a subsystem
87 contains several suites, the specific area under test should be appended to the
92 separate suites, with the type of test as the last element in the suite name.
100 Example test suites could include: