Lines Matching full:test
23 Googletest/Googlemock for C++. KUnit provides facilities for defining unit test
24 cases, grouping related test cases into test suites, providing common
34 <http://user-mode-linux.sourceforge.net>`_ kernel, runs it, and parses the test
43 A unit test is supposed to test a single unit of code in isolation, hence the
44 name. A unit test should be the finest granularity of testing and as such should
45 allow all possible code paths to be tested in the code under test; this is only
46 possible if the code under test is very small and does not have any external
47 dependencies outside of the test's control like hardware.
53 KUnit and KUnit tests can be built as modules and tests will run when the test
80 tests; this means that tests are likely to break, unlikely to test a lot of
85 it takes to read their test log?