Home | History | Annotate | Download | only in test

Lines Matching refs:RecordProperty

98   RecordProperty("key_1", "1");
102 RecordProperty("key_int", 1);
106 RecordProperty("key_1", "1");
107 RecordProperty("key_2", "2");
108 RecordProperty("key_3", "3");
112 RecordProperty("key_1", "1");
113 RecordProperty("key_1", "2");
116 TEST(NoFixtureTest, RecordProperty) {
117 RecordProperty("key", "1");
121 testing::Test::RecordProperty(key, value);
126 testing::Test::RecordProperty(key, value);