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_.cc140 TEST(NoFixtureTest, RecordProperty) { in TEST() argument
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1055 static void RecordProperty(TestResult* test_result, in RecordProperty() function
H A Dgtest.cc2312 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult
2505 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() function in testing::Test
5451 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest
5662 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