6 #include <gtest/gtest.h>
13 TEST(AttributeSetTests, TestEquality)
51 EXPECT_EQ(set1, set1);
52 EXPECT_NE(set1, set2);
53 EXPECT_EQ(set1, set3);
55 EXPECT_EQ(set2, set2);
56 EXPECT_NE(set2, set3);
58 EXPECT_EQ(set3, set3);
TEST(AttributeSetTests, TestEquality)
void InsertTypeAttribute(const TypeAttribute &attribute)
void InsertStringAttribute(const StringAttribute &attribute)
void InsertEnumAttribute(const EnumAttribute &attribute)
void InsertIntAttribute(const IntAttribute &attribute)
static std::shared_ptr< const TestType > createValueType()
Global memory state passed between functions.