Lines Matching full:suite
44 * Here we make a list of all the test cases we want to add to the test suite
52 * test suite.
59 * This defines a suite or grouping of tests.
61 * Test cases are defined as belonging to the suite by adding them to
68 * cleanup. For clarity, running tests in a test suite would behave as follows:
70 * suite.init(test);
71 * suite.test_case[0](test);
72 * suite.exit(test);
73 * suite.init(test);
74 * suite.test_case[1](test);
75 * suite.exit(test);
85 * This registers the above test suite telling KUnit that this is a suite of