Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
H A Dgtest_stress_test.cc67 const std::vector<TestProperty>& properties, int id, const char* suffix) { in ExpectKeyAndValueWereRecordedForId()
69 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId()
134 std::vector<TestProperty> properties; in TEST()
H A Dgtest_unittest.cc211 using testing::TestProperty;
1119 // Tests TestProperty construction.
1121 TestProperty property("key", "1"); in TEST()
1126 // Tests TestProperty replacing a value.
1128 TestProperty property("key", "1"); in TEST()
1357 // Tests the TestProperty class.
1360 const TestProperty property("key", "value"); in TEST()
1366 TestProperty property("key", "value_1"); in TEST()
1485 TestProperty property("key_1", "1"); in TEST()
1488 const TestProperty in TEST()
[all...]
H A Dgtest-unittest-api_test.cc297 const TestProperty& property = tests[3]->result()->GetTestProperty(0);
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.h40 void TestProperty(void);
H A Dcapitst.c67 addTest(root, &TestProperty, "tscoll/capitst/TestProperty"); in addCollAPITest()
274 void TestProperty() in TestProperty() function
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.h37 void TestProperty(/* char* par */);
H A Dapicoll.cpp64 CollationAPITest::TestProperty(/* char* par */) in TestProperty() function in CollationAPITest
2532 TESTCASE_AUTO(TestProperty); in runIndexedTest()
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h376 // Don't inherit from TestProperty as its destructor is not virtual.
377 class TestProperty { class
379 // C'tor. TestProperty does NOT have a default constructor.
381 // TestProperty object.
382 TestProperty(const std::string& a_key, const std::string& a_value) in TestProperty() function in testing::TestProperty
451 const TestProperty& GetTestProperty(int i) const;
470 const std::vector<TestProperty>& test_properties() const { in test_properties()
487 const TestProperty& test_property);
493 const TestProperty& test_property);
517 std::vector<TestProperty> test_properties
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h368 // Don't inherit from TestProperty as its destructor is not virtual.
369 class TestProperty { class
371 // C'tor. TestProperty does NOT have a default constructor.
373 // TestProperty object.
374 TestProperty(const std::string& a_key, const std::string& a_value) in TestProperty() function in testing::TestProperty
443 const TestProperty& GetTestProperty(int i) const;
462 const std::vector<TestProperty>& test_properties() const { in test_properties()
479 const TestProperty& test_property);
485 const TestProperty& test_property);
509 std::vector<TestProperty> test_properties
[all...]
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h524 // Don't inherit from TestProperty as its destructor is not virtual.
525 class TestProperty { class
527 // C'tor. TestProperty does NOT have a default constructor.
529 // TestProperty object.
530 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function in testing::TestProperty
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
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h338 // A predicate that checks the key of a TestProperty against a known key.
349 bool operator()(const TestProperty& test_property) const { in operator ()()
745 // Adds a TestProperty to the current TestResult object when invoked in a
749 void RecordProperty(const TestProperty& test_property);
1044 const TestProperty& property) { in RecordProperty()
H A Dgtest.cc2253 const TestProperty& TestResult::GetTestProperty(int i) const {
2270 const TestProperty& test_property) {
2275 const std::vector<TestProperty>::iterator property_with_matching_key =
2374 const TestProperty& test_property) {
4406 const TestProperty& property = result.GetTestProperty(i);
4424 const TestProperty& property = result.GetTestProperty(i);
4868 const TestProperty& property = result.GetTestProperty(i);
5365 // Adds a TestProperty to the current TestResult object when invoked from
5372 impl_->RecordProperty(TestProperty(key, value));
5570 // Adds a TestProperty t
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h339 // A predicate that checks the key of a TestProperty against a known key.
350 bool operator()(const TestProperty& test_property) const { in operator ()()
746 // Adds a TestProperty to the current TestResult object when invoked in a
750 void RecordProperty(const TestProperty& test_property);
1045 const TestProperty& property) { in RecordProperty()
H A Dgtest.cc2270 const TestProperty& TestResult::GetTestProperty(int i) const {
2287 const TestProperty& test_property) {
2292 const std::vector<TestProperty>::iterator property_with_matching_key =
2394 const TestProperty& test_property) {
4423 const TestProperty& property = result.GetTestProperty(i);
4441 const TestProperty& property = result.GetTestProperty(i);
4885 const TestProperty& property = result.GetTestProperty(i);
5385 // Adds a TestProperty to the current TestResult object when invoked from
5392 impl_->RecordProperty(TestProperty(key, value));
5596 // Adds a TestProperty t
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h345 // A predicate that checks the key of a TestProperty against a known key.
356 bool operator()(const TestProperty& test_property) const { in operator ()()
736 // Adds a TestProperty to the current TestResult object when invoked in a
740 void RecordProperty(const TestProperty& test_property);
1039 const TestProperty& property) { in RecordProperty()
H A 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()
4833 // Adds a TestProperty to the current TestResult object when invoked from
4840 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty()
5038 // Adds a TestProperty t
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp2139 struct TestProperty
2205 const TestProperty allProperties[] =
2265 const TestProperty allProperties[] =
2330 const TestProperty allProperties[] =
2392 const TestProperty allProperties[] =
2443 const TestProperty allProperties[] =
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java449 public void TestProperty() { in TestProperty() method in CollationAPITest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java452 public void TestProperty() { in TestProperty() method in CollationAPITest

Completed in 52 milliseconds