Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h2113 #define DOCTEST_REQUIRE_MESSAGE(cond, ...) do { DOCTEST_INFO(__VA_ARGS__); DOCTEST_ASSERT_IMPLEMENT_2(DT_REQUIRE, cond); } while(false) macro

Completed in 11 milliseconds