|
emlabcpp
modern opinionated embedded C++ library
|
#include <base.h>
Public Member Functions | |
| test_result ()=default | |
| test_result (test_id const ttid, run_id const trid) | |
Public Attributes | |
| test_id | tid |
| run_id | rid |
| test_status | status = test_status::ERRORED |
|
default |
| run_id emlabcpp::testing::test_result::rid |
| test_status emlabcpp::testing::test_result::status = test_status::ERRORED |
| test_id emlabcpp::testing::test_result::tid |