![]() |
tunit - Reference Guide
1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
|
Exception thow when an assertion failed. More...
#include <assert_error.h>
Public Member Functions | |
assert_error (const std::string &message) | |
Create a new instance of assert_error class. More... | |
assert_error (const char *message) | |
Create a new instance of assert_error class. More... | |
const char * | what () const noexcept |
Returns a string that represents the current assert_error. More... | |
Exception thow when an assertion failed.
|
inlineexplicit |
Create a new instance of assert_error class.
message | Message string associate to the error. |
|
inlineexplicit |
Create a new instance of assert_error class.
message | Message string associate to the error. |
|
inlinenoexcept |
Returns a string that represents the current assert_error.