|
BitShift Validate 0.1.0
BitShift Validate API Reference Documentation
|
This is the complete list of members for bitshift::validate::reporter, including all inherited members.
| do_log_failure(string const &message, string const &file, int line, string const &detail)=0 | bitshift::validate::reporter | protectedpure virtual |
| do_log_setup(string const &file, int line, string const &detail)=0 | bitshift::validate::reporter | protectedpure virtual |
| do_log_summary(uint16_t total, uint16_t ignored, uint16_t pass, uint16_t fail)=0 | bitshift::validate::reporter | protectedpure virtual |
| do_log_teardown(string const &file, int line, string const &detail)=0 | bitshift::validate::reporter | protectedpure virtual |
| do_log_test_case(string const &name, string const &description, string const &file, int line, string const &detail)=0 | bitshift::validate::reporter | protectedpure virtual |
| log_failure(string message, string file, int line) | bitshift::validate::reporter | |
| log_setup(string const &file, int line) | bitshift::validate::reporter | |
| log_summary(uint16_t total, uint16_t ignored, uint16_t pass, uint16_t fail) | bitshift::validate::reporter | |
| log_teardown(string const &file, int line) | bitshift::validate::reporter | |
| log_test_case(string const &name, string const &description, string const &file, int line) | bitshift::validate::reporter | |
| operator=(reporter const &)=delete | bitshift::validate::reporter | protected |
| operator=(reporter &&)=delete | bitshift::validate::reporter | protected |
| reporter() | bitshift::validate::reporter | protected |
| reporter(reporter const &)=delete | bitshift::validate::reporter | protected |
| reporter(reporter &&)=delete | bitshift::validate::reporter | protected |
| ~reporter() noexcept | bitshift::validate::reporter | virtual |