Home
last modified time | relevance | path

Searched defs:RecordProperty (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_xml_output_unittest_.cc144 TEST(NoFixtureTest, RecordProperty) { in TEST() argument
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1059 static void RecordProperty(TestResult* test_result, in RecordProperty() function
H A Dgtest.cc2339 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult
2532 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() function in testing::Test
5500 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest
5711 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h303 static void RecordProperty(const std::string& key, const T& value) { in RecordProperty() function