Home
last modified time | relevance | path

Searched refs:EqFailure (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest.h1448 return EqFailure(lhs_expression, in CmpHelperEQFailure()
1717 return EqFailure(lhs_expression, in CmpHelperFloatingPointEQ()
/freebsd-12-stable/contrib/googletest/googletest/test/
Dgtest_unittest.cc241 using testing::internal::EqFailure;
3546 TEST(AssertionTest, EqFailure) { in TEST() argument
3549 EqFailure("foo", "bar", foo_val, bar_val, false) in TEST()
3560 EqFailure("foo", "6", foo_val, bar_val, false) in TEST()
3570 EqFailure("5", "bar", foo_val, bar_val, false) in TEST()
3580 EqFailure("5", "6", foo_val, bar_val, false).failure_message()); in TEST()
3588 EqFailure("foo", "bar", in TEST()
3607 EqFailure("left", "right", left, right, false).failure_message()); in TEST()
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc1361 AssertionResult EqFailure(const char* lhs_expression, in EqFailure() function
1495 return EqFailure(lhs_expression, in CmpHelperEQ()
1545 return EqFailure(lhs_expression, in CmpHelperSTREQ()
1561 return EqFailure(lhs_expression, in CmpHelperSTRCASEEQ()
1927 return EqFailure(lhs_expression, in CmpHelperSTREQ()
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
Dgtest-internal.h207 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,