Home
last modified time | relevance | path

Searched defs:VERIFY_ARE_EQUAL (Results 1 – 1 of 1) sorted by relevance

/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/common/UnitTestpp/src/
H A DCheckMacros.h101 #define VERIFY_ARE_EQUAL(expected, actual, ...) CHECK_EQUAL(expected, actual, __VA_ARGS__) macro
106 #define VERIFY_ARE_EQUAL(expected, actual, ...) CHECK_EQUAL(expected, actual, ##__VA_ARGS__) macro