|
|
| result_type (result_type const &) noexcept=default |
| |
|
| result_type (result_type &&) noexcept=default |
| |
|
result_type & | operator= (result_type const &) noexcept=default |
| |
|
result_type & | operator= (result_type &&) noexcept=default |
| |
|
| result_type (test_case const *parent) noexcept |
| |
|
std::string | suite_name () const noexcept |
| |
|
std::string | test_name () const noexcept |
| |
|
std::string_view | file () const noexcept |
| |
|
int | line () const noexcept |
| |
|
bool | success () const noexcept |
| |
|
bool | failure () const noexcept |
| |
|
bool | skipped () const noexcept |
| |
|
void | set_success () noexcept |
| |
|
void | set_failure (std::string message) noexcept |
| |
|
void | junit_xml (FILE *out) const noexcept |
| |
The documentation for this struct was generated from the following file: