#include "test.h"
Public Member Functions | |
test_t (std::string_view testname, std::string_view testdesc, int testflags) | |
Public Attributes | |
std::string_view | description |
test_flags_t | flags |
std::string_view | name |
test_status_t | status = ts_not_executed |
test_t::test_t | ( | std::string_view | testname, |
std::string_view | testdesc, | ||
int | testflags | ||
) |
std::string_view test_t::description |
Referenced by set_status().
test_flags_t test_t::flags |
Referenced by is_skipped().
std::string_view test_t::name |
test_status_t test_t::status = ts_not_executed |
Referenced by set_status(), and set_test().