Lines Matching refs:test
3 How to work with bundled unit test framework.
8 Unit-test architecture supports two kinds of tests:
10 - Standalone unit test \
12 - LLDB based unit test \
19 access debugger/process/target from such test or invoke LLDB commands. This
20 way a test can exercise full stack including SBAPI and expression handlers.
38 * `-v` enables verbose output from unit test framework
45 rather than building completely new framework. A test should still rely on
49 A test developer has three options how to handle mocking in a test:
71 Auto generating mock specification from kernel under test allows checking that
73 result either in test or tested code failure.
77 The goal of memory mock is to provide easy to use interface for a test developer