Define EXPECT_ELEM_EQ
Defined in File t8_gtest_custom_assertion.hxx
Define Documentation
-
EXPECT_ELEM_EQ(scheme, eclass, elem1, elem2)
Macro for a non-fatal failure test to check for equality of two elements.
- Parameters:
scheme – [in] The scheme to use to check the equality.
eclass – [in] The eclass of the tree.
elem1 – [in] The first element to compare.
elem2 – [in] The second element to compare.