Home | History | Annotate | Download | only in test

Lines Matching refs:RecordProperty

99   static void SetUpTestCase() { RecordProperty("SetUpTestCase", "yes"); }
100 static void TearDownTestCase() { RecordProperty("TearDownTestCase", "aye"); }
104 RecordProperty("key_1", "1");
108 RecordProperty("key_int", 1);
112 RecordProperty("key_1", "1");
113 RecordProperty("key_2", "2");
114 RecordProperty("key_3", "3");
118 RecordProperty("key_1", "1");
119 RecordProperty("key_1", "2");
122 TEST(NoFixtureTest, RecordProperty) {
123 RecordProperty("key", "1");
127 testing::Test::RecordProperty(key, value);
132 testing::Test::RecordProperty(key, value);
179 testing::Test::RecordProperty("ad_hoc_property", "42");