Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgtest_stress_test.cc69 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId()
72 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId()
139 std::vector<TestProperty> properties; in TEST()
Dgtest_unittest.cc231 using testing::TestProperty;
1141 TestProperty property("key", "1"); in TEST()
1148 TestProperty property("key", "1"); in TEST()
1378 const TestProperty property("key", "value"); in TEST()
1384 TestProperty property("key", "value_1"); in TEST()
1506 TestProperty property("key_1", "1"); in TEST()
1509 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST()
1517 TestProperty property_1("key_1", "1"); in TEST()
1518 TestProperty property_2("key_2", "2"); in TEST()
1522 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST()
[all …]
Dgtest-unittest-api_test.cc297 const TestProperty& property = tests[3]->result()->GetTestProperty(0); in TearDown()
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.h40 void TestProperty(void);
Dcapitst.c66 addTest(root, &TestProperty, "tscoll/capitst/TestProperty"); in addCollAPITest()
271 void TestProperty() in TestProperty() function
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.h37 void TestProperty(/* char* par */);
Dapicoll.cpp64 CollationAPITest::TestProperty(/* char* par */) in TestProperty() function in CollationAPITest
2532 TESTCASE_AUTO(TestProperty); in runIndexedTest()
/third_party/googletest/googletest/include/gtest/
Dgtest.h538 class TestProperty {
543 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function
619 const TestProperty& GetTestProperty(int i) const;
638 const std::vector<TestProperty>& test_properties() const { in test_properties()
655 const TestProperty& test_property);
661 const TestProperty& test_property);
685 std::vector<TestProperty> test_properties_;
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h525 class TestProperty {
530 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function
606 const TestProperty& GetTestProperty(int i) const;
625 const std::vector<TestProperty>& test_properties() const { in test_properties()
642 const TestProperty& test_property);
648 const TestProperty& test_property);
672 std::vector<TestProperty> test_properties_;
/third_party/mesa3d/src/gtest/src/
Dgtest-internal-inl.h356 bool operator()(const TestProperty& test_property) const { in operator()
740 void RecordProperty(const TestProperty& test_property);
1039 const TestProperty& property) { in RecordProperty()
Dgtest.cc2047 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty()
2067 const TestProperty& test_property) { in RecordProperty()
2072 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty()
2177 const TestProperty& test_property) { in ValidateTestProperty()
3951 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes()
3969 const TestProperty& property = result.GetTestProperty(i); in OutputXmlTestProperties()
4346 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsJson()
4840 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty()
5043 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()
/third_party/googletest/googletest/src/
Dgtest-internal-inl.h365 bool operator()(const TestProperty& test_property) const { in operator()
755 void RecordProperty(const TestProperty& test_property);
1049 const TestProperty& property) { in RecordProperty()
Dgtest.cc2220 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty()
2240 const TestProperty& test_property) { in RecordProperty()
2245 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty()
2351 const TestProperty& test_property) { in ValidateTestProperty()
4402 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes()
4420 const TestProperty& property = result.GetTestProperty(i); in OutputXmlTestProperties()
4862 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsJson()
5358 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty()
5561 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()
/third_party/googletest/docs/reference/
Dtesting.md1154 ### TestProperty {#TestProperty}
1156 `::testing::TestProperty`
1161 #### Public Methods {#TestProperty-public} argument
1256 `const TestProperty& TestResult::GetTestProperty(int i) const`
1258 Returns the [`TestProperty`](#TestProperty) object for the `i`-th test property.
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp2139 struct TestProperty in iterate() struct
2205 const TestProperty allProperties[] = in iterate()
2265 const TestProperty allProperties[] = in iterate()
2330 const TestProperty allProperties[] = in iterate()
2392 const TestProperty allProperties[] = in iterate()
2443 const TestProperty allProperties[] = in iterate()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc753 bool operator()(const TestProperty& test_property) const { in operator ()()
1143 void RecordProperty(const TestProperty& test_property);
1437 const TestProperty& property) { in RecordProperty()
3711 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty()
3731 const TestProperty& test_property) { in RecordProperty()
3736 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty()
3842 const TestProperty& test_property) { in ValidateTestProperty()
5888 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes()
5906 const TestProperty& property = result.GetTestProperty(i); in OutputXmlTestProperties()
6348 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsJson()
[all …]
Dgtest.h10419 class TestProperty {
10424 TestProperty(const std::string& a_key, const std::string& a_value) :
10500 const TestProperty& GetTestProperty(int i) const;
10519 const std::vector<TestProperty>& test_properties() const {
10536 const TestProperty& test_property);
10542 const TestProperty& test_property);
10566 std::vector<TestProperty> test_properties_;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationAPITest.java452 public void TestProperty() { in TestProperty() method in CollationAPITest
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java449 public void TestProperty() { in TestProperty() method in CollationAPITest