|
micro-test-plus 4.1.0
µTest++ Testing Framework
|
Assertion struct template for parameter passing to the evaluator. More...
#include <micro-os-plus/micro-test-plus.h>
Public Attributes | |
| Expr_T | expr {} |
| The expression under evaluation. | |
| reflection::source_location | location {} |
| The source location associated with the assertion. | |
This structure encapsulates both the expression being tested and its associated source location. Used internally by the framework to pass assertion data through the evaluation pipeline, enabling accurate reporting of where assertions occur in test code.
| Expr_T | The type of the expression being asserted. |
| Expr_T micro_os_plus::micro_test_plus::detail::assertion< Expr_T >::expr {} |
| reflection::source_location micro_os_plus::micro_test_plus::detail::assertion< Expr_T >::location {} |