|
|
| ResultBuilder (assertType::Enum at, const char *file, int line, const char *expr, const char *exception_type="", const String &exception_string="") |
| |
|
| ResultBuilder (assertType::Enum at, const char *file, int line, const char *expr, const char *exception_type, const Contains &exception_string) |
| |
|
void | setResult (const Result &res) |
| |
|
template<int comparison, typename L , typename R > |
| DOCTEST_NOINLINE bool | binary_assert (const DOCTEST_REF_WRAP(L) lhs, const DOCTEST_REF_WRAP(R) rhs) |
| |
| template<typename L > |
| DOCTEST_NOINLINE bool | unary_assert (const DOCTEST_REF_WRAP(L) val) |
| |
|
void | translateException () |
| |
|
bool | log () |
| |
|
void | react () const |
| |
|
| AssertData (assertType::Enum at, const char *file, int line, const char *expr, const char *exception_type, const StringContains &exception_string) |
| |