Searched defs:RecordProperty (Results 1 – 4 of 4) sorted by relevance
140 TEST(NoFixtureTest, RecordProperty) { in TEST() argument
1055 static void RecordProperty(TestResult* test_result, in RecordProperty() function
2312 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult2505 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() function in testing::Test5451 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest5662 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl
303 static void RecordProperty(const std::string& key, const T& value) { in RecordProperty() function