micro-test-plus 3.2.0
µTest++, a lightweight testing framework for embedded platforms
|
Operator to check if the expression throws a specific exception. More...
#include <micro-os-plus/micro-test-plus.h>
Public Member Functions | |
constexpr | throws_ (const Callable_T &func) |
constexpr | operator bool () const |
Public Attributes | |
const bool | value_ {} |
Operator to check if the expression throws a specific exception.
|
inlineexplicitconstexpr |
|
inlineconstexpr |
const bool micro_os_plus::micro_test_plus::detail::throws_< Callable_T, Exception_T >::value_ {} |