HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Data Fields
test::all_tests::result_type Struct Reference

Public Types

using const_iterator = std::vector<test_suite::result_type>::const_iterator
 

Public Member Functions

 result_type (all_tests *parent) noexcept
 
void finish () noexcept
 
size_t num_suites () const noexcept
 
size_t num_tests () const noexcept
 
size_t num_failures () const noexcept
 
size_t num_success () const noexcept
 
size_t num_disabled () const noexcept
 
size_t num_skipped () const noexcept
 
size_t num_errors () const noexcept
 
std::vector< std::stringfqnames_of_failed_tests () const noexcept
 
const_iterator begin () const noexcept
 
const_iterator end () const noexcept
 
void push_back (test_suite::result_type suite_result) noexcept
 
void junit_xml (FILE *out) const noexcept
 

Data Fields

all_testsparent
 
utc_time_point_type time_stamp = {}
 
hr_time_point_type time_point = {}
 
hr_duration_type duration = {}
 
std::vector< test_suite::result_typesuite_results
 
bool completed = false
 

The documentation for this struct was generated from the following file: