Searched refs:actual_property_2 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc1467 const TestProperty& actual_property_2 = test_result.GetTestProperty(1); local
1468 EXPECT_STREQ("key_2", actual_property_2.key());
1469 EXPECT_STREQ("2", actual_property_2.value());
1489 const TestProperty& actual_property_2 = test_result.GetTestProperty(1); local
1490 EXPECT_STREQ("key_2", actual_property_2.key());
1491 EXPECT_STREQ("22", actual_property_2.value());

Completed in 28 milliseconds