Searched refs:test_is_equal (Results 1 – 1 of 1) sorted by relevance
184 #define VERIFY_IS_EQUAL(a, b) VERIFY(test_is_equal(a, b))294 bool test_is_equal(const T& actual, const U& expected) in test_is_equal() function