Home | History | Annotate | Download | only in test

Lines Matching refs:RecordProperty

102   RecordProperty("key_1", "1");
106 RecordProperty("key_int", 1);
110 RecordProperty("key_1", "1");
111 RecordProperty("key_2", "2");
112 RecordProperty("key_3", "3");
116 RecordProperty("key_1", "1");
117 RecordProperty("key_1", "2");
120 TEST(NoFixtureTest, RecordProperty) {
121 RecordProperty("key", "1");
125 testing::Test::RecordProperty(key, value);
130 testing::Test::RecordProperty(key, value);