Exception thrown when a test assertion fails, normally by Location::fail_test.
More...
#include <tests.h>
|
| TestFailed (const std::exception &e) |
|
template<typename... Args> |
| TestFailed (const std::exception &e, Args &&...args) |
|
| TestFailed (const std::string &message) |
|
template<typename... Args> |
| TestFailed (const std::string &message, Args &&...args) |
|
const char * | what () const noexceptoverride |
|
template<typename... Args> |
void | add_stack_info (Args &&...args) |
|
Exception thrown when a test assertion fails, normally by Location::fail_test.
The documentation for this struct was generated from the following file: