Home
last modified time | relevance | path

Searched refs:TestProperty (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/test/
Dgtest_stress_test.cc70 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId()
73 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId()
140 std::vector<TestProperty> properties; in TEST()
Dgtest_unittest.cc227 using testing::TestProperty;
1090 TestProperty property("key", "1"); in TEST()
1097 TestProperty property("key", "1"); in TEST()
1340 const TestProperty property("key", "value"); in TEST()
1346 TestProperty property("key", "value_1"); in TEST()
1468 TestProperty property("key_1", "1"); in TEST()
1471 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST()
1479 TestProperty property_1("key_1", "1"); in TEST()
1480 TestProperty property_2("key_2", "2"); in TEST()
1484 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST()
[all …]
Dgtest-unittest-api_test.cc307 const TestProperty& property = tests[3]->result()->GetTestProperty(0); in TearDown()
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest.h527 class TestProperty {
532 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function
604 const TestProperty& GetTestProperty(int i) const;
623 const std::vector<TestProperty>& test_properties() const { in test_properties()
637 const TestProperty& test_property);
643 const TestProperty& test_property);
667 std::vector<TestProperty> test_properties_;
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest-internal-inl.h351 bool operator()(const TestProperty& test_property) const { in operator()
722 void RecordProperty(const TestProperty& test_property);
1023 const TestProperty& property) { in RecordProperty()
Dgtest.cc2088 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty()
2108 const TestProperty& test_property) { in RecordProperty()
2113 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty()
2202 const TestProperty& test_property) { in ValidateTestProperty()
3915 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes()
3933 const TestProperty& property = result.GetTestProperty(i); in OutputXmlTestProperties()
4297 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsJson()
4780 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty()
4971 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()