Lines Matching refs:test
1 # Mbed TLS test framework
3 This document is an overview of the Mbed TLS test framework and test tools.
11 ### Unit test descriptions
13 …test case has a description which succinctly describes for a human audience what the test does. Th…
16 …Rationale: keep the tools that process test descriptions (`generate_test_code.py`, [outcome file](…
18 …Rationale: make it easy to relate a failure log to the test data. Avoid confusion between cases in…
21 … lot of test cases with longer descriptions, but they should be avoided. At least please make sure…
22 …en” is even better if these inequalities and parities are why this particular test data was chosen.
23 * Avoid changing the description of an existing test case without a good reason. This breaks the tr…
31 #### SSL test case descriptions
33 Each test case in `ssl-opt.sh` has a description which succinctly describes for a human audience wh…
35 The same rules and guidelines apply as for [unit test descriptions](#unit-test-descriptions). In ad…
43 Unit tests and `ssl-opt.sh` record the outcome of each test case in a **test outcome file**. This f…
45 If you run `all.sh --outcome-file test-outcome.csv`, this collects the outcome of all the test case…
56 * **Test case**: the description of the test case.