#include <doctest.h>
|
| template<int comparison, typename L , typename R > |
| DOCTEST_NOINLINE bool | binary_assert (const DOCTEST_REF_WRAP(L) lhs, const DOCTEST_REF_WRAP(R) rhs) |
| |
| bool | log () |
| |
| void | react () const |
| |
| | 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) |
| |
| void | translateException () |
| |
| template<typename L > |
| DOCTEST_NOINLINE bool | unary_assert (const DOCTEST_REF_WRAP(L) val) |
| |
| | AssertData (assertType::Enum at, const char *file, int line, const char *expr, const char *exception_type, const StringContains &exception_string) |
| |
Definition at line 1639 of file doctest.h.
◆ ResultBuilder() [1/2]
| doctest::detail::ResultBuilder::ResultBuilder |
( |
assertType::Enum |
at, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
expr, |
|
|
const char * |
exception_type = "", |
|
|
const String & |
exception_string = "" |
|
) |
| |
◆ ResultBuilder() [2/2]
| doctest::detail::ResultBuilder::ResultBuilder |
( |
assertType::Enum |
at, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
expr, |
|
|
const char * |
exception_type, |
|
|
const Contains & |
exception_string |
|
) |
| |
◆ binary_assert()
template<int comparison, typename L , typename R >
◆ log()
| bool doctest::detail::ResultBuilder::log |
( |
| ) |
|
◆ react()
| void doctest::detail::ResultBuilder::react |
( |
| ) |
const |
◆ setResult()
| void doctest::detail::ResultBuilder::setResult |
( |
const Result & |
res | ) |
|
◆ translateException()
| void doctest::detail::ResultBuilder::translateException |
( |
| ) |
|
◆ unary_assert()
OCLINT bitwise operator in conditional
Definition at line 1660 of file doctest.h.
The documentation for this struct was generated from the following file: