#include <gtest.h>
Definition at line 1480 of file gtest.h.
◆ Compare() [1/2]
template<typename T1 , typename T2 >
Definition at line 1487 of file gtest.h.
1497 {
1498 return CmpHelperEQ(lhs_expression, rhs_expression, lhs, rhs);
1499 }
AssertionResult CmpHelperEQ(const char *lhs_expression, const char *rhs_expression, const T1 &lhs, const T2 &rhs)
◆ Compare() [2/2]
Definition at line 1504 of file gtest.h.
1514 {
1515
1516 return CmpHelperEQ(lhs_expression, rhs_expression,
1517 static_cast<T*
>(NULL), rhs);
1518 }
#define T(meth, val, expected)
The documentation for this class was generated from the following file:
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googletest/include/gtest/gtest.h