Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googletest/test/
H A Dgtest_xml_output_unittest_.cc140 TEST(NoFixtureTest, RecordProperty) { in TEST() argument
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1043 static void RecordProperty(TestResult* test_result, RecordProperty() function
H A Dgtest.cc2286 void TestResult::RecordProperty(const std::string& xml_element, RecordProperty() function in testing::TestResult
2479 void Test::RecordProperty(const std::string& key, const std::string& value) { RecordProperty() function in testing::Test
5389 void UnitTest::RecordProperty(const std::string& key, RecordProperty() function in testing::UnitTest
5600 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { RecordProperty() function in testing::internal::UnitTestImpl
[all...]
/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest.h304 RecordProperty(key, (Message() << value).GetString()); in RecordProperty() function