Lines Matching full:testing
4 KUnit - Linux Kernel Unit Testing
21 This section details the kernel unit testing framework.
26 KUnit (Kernel unit testing framework) provides a common framework for
33 (C++ unit testing framework).
42 KUnit follows the white-box testing approach. The test has access to
46 In addition, KUnit has kunit_tool, a script (``tools/testing/kunit/kunit.py``)
65 Unit Testing
69 granularity of testing and allows all possible code paths to be tested in the
88 Unit Testing Advantages
91 - Increases testing speed and development in the long run.
93 compared to acceptance testing.
106 or to experiment with tools/testing/kunit/kunit.py and the example test under
109 Happy testing!