|
|
| 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_suite const *parent) noexcept |
| |
|
std::string | suite_name () const noexcept |
| |
|
size_t | num_tests () const noexcept |
| |
|
size_t | num_failures () const noexcept |
| |
|
size_t | num_success () const noexcept |
| |
|
size_t | num_skipped () const noexcept |
| |
|
size_t | num_disabled () const noexcept |
| |
|
size_t | num_errors () const noexcept |
| |
|
const_iterator | begin () const noexcept |
| |
|
const_iterator | end () const noexcept |
| |
|
void | push_back (test_case::result_type test_result) noexcept |
| |
|
void | finish () noexcept |
| |
|
void | junit_xml (FILE *out) const noexcept |
| |
The documentation for this struct was generated from the following file: