|
micro-test-plus 4.1.0
µTest++ Testing Framework
|
C++ source file with implementations for the µTest++ TAP suite reporter methods. More...
#include <cinttypes>#include "micro-os-plus/micro-test-plus/reporter-tap.h"#include "micro-os-plus/micro-test-plus/runner.h"#include "micro-os-plus/micro-test-plus/test.h"Go to the source code of this file.
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 source file contains the implementations for reporter_tap, a concrete implementation of the reporter abstract interface that formats suite 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.
This file must be included when building the µTest++ library.
Definition in file reporter-tap.cpp.