Define EXPECT_ELEM_EQ

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.