|
| sentinel (test_logger< Mode > &logger, std::string message) |
|
| sentinel (const sentinel &)=delete |
|
| sentinel (sentinel &&) noexcept=default |
|
sentinel & | operator= (const sentinel &)=delete |
|
sentinel & | operator= (sentinel &&) noexcept=default |
|
| sentinel_base (const sentinel_base &)=delete |
|
sentinel_base & | operator= (const sentinel_base &)=delete |
|
void | log_performance_check () |
|
void | log_check () |
|
void | log_failure (std::string_view message) |
|
void | log_performance_failure (std::string_view message) |
|
void | log_critical_failure (std::string_view message) |
|
void | log_caught_exception_message (std::string_view message) |
|
bool | critical_failure_detected () const noexcept |
|
bool | failure_detected () const noexcept |
|
bool | checks_registered () const noexcept |
|
|
static constexpr test_mode | mode {Mode} |
|
The documentation for this class was generated from the following file: