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

Public Member Functions

 result_type (result_type const &) noexcept=default
 
 result_type (result_type &&) noexcept=default
 
result_typeoperator= (result_type const &) noexcept=default
 
result_typeoperator= (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
 

Data Fields

test_case const * parent
 
utc_time_point_type time_stamp
 
hr_time_point_type time_point
 
hr_duration_type duration = {}
 
std::string error_message = {}
 
bool completed = false
 

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