Searched refs:TestProperty (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_stress_test.cc | 77 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId() 80 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId() 147 std::vector<TestProperty> properties; in TEST()
|
D | gtest_unittest.cc | 232 using testing::TestProperty; 1084 TestProperty property("key", "1"); in TEST() 1091 TestProperty property("key", "1"); in TEST() 1334 const TestProperty property("key", "value"); in TEST() 1340 TestProperty property("key", "value_1"); in TEST() 1463 TestProperty property("key_1", "1"); in TEST() 1466 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST() 1474 TestProperty property_1("key_1", "1"); in TEST() 1475 TestProperty property_2("key_2", "2"); in TEST() 1479 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST() [all …]
|
D | gtest-unittest-api_test.cc | 308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); in TearDown()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 463 class TestProperty { 468 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function 538 const TestProperty& GetTestProperty(int i) const; 556 const std::vector<TestProperty>& test_properties() const { in test_properties() 570 const TestProperty& test_property); 576 const TestProperty& test_property); 600 std::vector<TestProperty> test_properties_;
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 354 bool operator()(const TestProperty& test_property) const { in operator() 718 void RecordProperty(const TestProperty& test_property); 1047 const TestProperty& property) { in RecordProperty()
|
D | gtest.cc | 1700 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty() 1720 const TestProperty& test_property) { in RecordProperty() 1725 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() 1818 const TestProperty& test_property) { in ValidateTestProperty() 3373 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes() 3777 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty() 3955 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()
|