|
micro-test-plus 4.1.0
µTest++ Testing Framework
|
C++ header file with declarations for the µTest++ TAP test reporter. More...
Go to the source code of this file.
Classes | |
| class | micro_os_plus::micro_test_plus::reporter_tap |
| TAP (Test Anything Protocol) implementation of reporter. More... | |
Namespaces | |
| namespace | micro_os_plus |
| The primary namespace for the µOS++ framework. | |
| namespace | micro_os_plus::micro_test_plus |
| Primary namespace for the µTest++ testing framework. | |
This header provides the declaration for reporter_tap, a concrete implementation of the reporter abstract interface that formats test results according to the Test Anything Protocol (TAP).
All definitions reside within the micro_os_plus::micro_test_plus namespace, ensuring clear separation from user code and minimising the risk of naming conflicts.
The header files are organised within the include/micro-os-plus/micro-test-plus folder to maintain a structured and modular codebase.
This file is intended solely for internal use within the framework and should not be included directly by user code.
Definition in file reporter-tap.h.