aboutsummaryrefslogtreecommitdiff
path: root/docs/project/glossary.rst
blob: 7f9c4020ec324e0f3c5cd9141744dc3704470203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Glossary
========

This glossary provides definitions for terms and abbreviations used in the unit testing framework's documentation.

You can find additional definitions in the `Arm Glossary`_.

.. glossary::
   :sorted:

   CppUMock
      Built-in mocking system of CppUTest.

   CppUTest
      Open source C/C++ unit testing framework.

   FTB
      Firmware Test Builder

   LCS
     `Linux Coding Style`_

   Test case
      Single use case tested. Defined by ``TEST`` macro of CppUTest.

   Test group
      Multiple test cases with common setup/teardown steps and helper functions and variables. Defined by ``TEST_GROUP`` macro
      of CppUTest.

   Test suite
      Test binary which contains one or more test groups. Defined by :cmake:command:`unit_test_add_suite` CMake function.

--------------

*Copyright (c) 2020-2021, Arm Limited. All rights reserved.*

.. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary
.. _`Linux Coding Style`: https://www.kernel.org/doc/html/v4.10/process/coding-style.html