|
micro-test-plus 4.1.0
µTest++ Testing Framework
|
C++ source file with implementations for the µTest++ runner totals methods. 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 source file contains the implementation of the runner_totals::operator+= method, which aggregates test result counters from one runner_totals instance into another. It accumulates successful checks, failed checks, and executed subtests.
All definitions reside within the micro_os_plus::micro_test_plus namespace.
This file must be included when building the µTest++ library.
Definition in file runner-totals.cpp.