micro-test-plus 3.2.0
µTest++, a lightweight testing framework for embedded platforms
|
Class template for a deferred reporter specific to an expression. More...
#include <micro-os-plus/micro-test-plus.h>
Public Member Functions | |
constexpr | deferred_reporter (const Expr_T &expr, bool abort, const reflection::source_location &location) |
~deferred_reporter () | |
template<class T > | |
auto & | operator<< (const T &msg) |
constexpr bool | value () const |
Protected Attributes | |
bool | abort_ = false |
const Expr_T | expr_ {} |
const reflection::source_location | location_ {} |
std::string | message_ {} |
String to collect the expectation message passed via operator<<() . | |
bool | value_ {} |
Class template for a deferred reporter specific to an expression.
|
explicitconstexpr |
micro_os_plus::micro_test_plus::detail::deferred_reporter< Expr_T >::~deferred_reporter | ( | ) |
|
inherited |
|
inlineconstexprinherited |
|
protectedinherited |
|
protected |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |