Function forest_equality
Defined in File t8_gtest_custom_assertion.hxx
Function Documentation
-
testing::AssertionResult forest_equality(const char *forest_A_expr, const char *forest_B_expr, const t8_forest_t forest_A, const t8_forest_t forest_B)
Test two forests for equality.
- Parameters:
forest_A_expr – [in] The name of the forest forest_A
forest_B_expr – [in] The name of the forest forest_B
forest_A – [in] The forest to compare with forest_B
forest_B – [in] The forest to compare with forest_A
- Returns:
testing::AssertionResult