Lines Matching full:only
55 If the most practical way to test something is to add code to the product that is only useful for t…
57 * **Only use test-specific code when necessary.** Anything that can be tested through the documente…
88 …ry platform. Skipping tests on certain platforms may hide errors that are only apparent on such pl…
89 * Maintainability: tests should only enforce the documented behavior of the product, to avoid extra…
102 * Files in storage (PSA API only — in the Mbed TLS API, black-box unit tests are sufficient).
103 * Key slots (PSA API only).
105 * Communication handles (PSA crypto service only).
121 * Deleting files in storage (PSA API only).
145 …only add public interfaces if they are also useful in production, at least sometimes. For example,…
180 This approach is mostly portable since it only relies on C interfaces. A limitation is that the tes…
350 Note that the storage format is defined not only by the general layout, but also by the numerical v…
358 … entropy initialization functions by functions that can fail. This is the only failure point for `…
366 …tion structure, we can do it by looking inside the structure content, but only when running withou…