Home
last modified time | relevance | path

Searched defs:DOCTEST_CHECK_THROWS_WITH_MESSAGE (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h2185 #define DOCTEST_CHECK_THROWS_WITH_MESSAGE(expr, with, ...) do { DOCTEST_INFO(__VA_ARGS__); DOCTEST_CHECK_THROWS_WITH(expr, with); } while(false) macro
2278 #undef DOCTEST_CHECK_THROWS_WITH_MESSAGE macro
2312 #define DOCTEST_CHECK_THROWS_WITH_MESSAGE(expr, with, ...) (static_cast<void>(0)) macro

Completed in 11 milliseconds