|
asrt
Automated System Runtime Testing library
|
Sender that completes with success if the contained status is ASRT_SUCCESS, and with test_fail otherwise. More...
#include <task.hpp>
Classes | |
| struct | op |
Public Types | |
| using | completion_signatures = ecor::completion_signatures< ecor::set_value_t(), ecor::set_error_t(status) > |
| using | sender_concept = ecor::sender_t |
Public Attributes | |
| asrt_status | status |
Sender that completes with success if the contained status is ASRT_SUCCESS, and with test_fail otherwise.
Can also be used as simple status wrapper - is comparable with status and convertible to status.