Imre Kis | 1d2fbdd | 2019-12-13 11:42:08 +0100 | [diff] [blame] | 1 | Glossary |
| 2 | ======== |
| 3 | |
| 4 | This glossary provides definitions for terms and abbreviations used in the TF-A |
| 5 | documentation. |
| 6 | |
| 7 | You can find additional definitions in the `Arm Glossary`_. |
| 8 | |
| 9 | .. glossary:: |
| 10 | :sorted: |
| 11 | |
| 12 | CppUMock |
| 13 | Built-in mocking system of CppUTest. |
| 14 | |
| 15 | CppUTest |
| 16 | Open source C/C++ unit testing framework. |
| 17 | |
| 18 | Test case |
| 19 | Single use case tested. Defined by ``TEST`` macro of CppUTest. |
| 20 | |
| 21 | Test group |
| 22 | Multiple test cases with common setup/teardown steps and helper functions |
| 23 | and variables. Defined by ``TEST_GROUP`` macro of CppUTest. |
| 24 | |
| 25 | Test suite |
| 26 | Test binary which contains one or more test groups. Defined by |
| 27 | :cmake:command:`unit_test_add_suite` CMake function. |
| 28 | |
| 29 | TF-A |
| 30 | Trusted Firmware-A |
| 31 | |
| 32 | -------------- |
| 33 | |
| 34 | *Copyright (c) 2020, Arm Limited. All rights reserved.* |
| 35 | |
| 36 | .. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary |