|
micro-test-plus 4.1.0
µTest++ Testing Framework
|
C++ header file with inline implementations for the µTest++ runner totals. More...
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. | |
| namespace | micro_os_plus::micro_test_plus::detail |
| Internal implementation details for the µTest++ framework. | |
This header provides the inline method bodies for the runner_totals class, separated from the class declaration in runner-totals.h to enforce the project convention that declarations reside in headers and implementations reside in inline files.
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.
Definition in file runner-totals-inlines.h.