|
HikoGUI
A low latency retained GUI
|
Data Structures | |
| struct | result_type |
Public Member Functions | |
| test_case (test_case const &)=default | |
| test_case (test_case &&)=default | |
| test_case & | operator= (test_case const &)=default |
| test_case & | operator= (test_case &&)=default |
| template<typename Suite > | |
| test_case (std::string_view file, int line, std::string suite_name, std::string test_name, void(Suite::*test)()) noexcept | |
| result_type | run_test_break () const |
| result_type | run_test_catch () const |
| result_type | run_test () const |
| result_type | layout () const noexcept |
Data Fields | |
| std::string_view | file |
| int | line |
| std::string | suite_name |
| std::string | test_name |
| std::function< void()> | _run_test |