Searched defs:TestProperty (Results 1 - 3 of 3) sorted by relevance

/external/gtest/src/
H A Dgtest-internal-inl.h456 // Don't inherit from TestProperty as its destructor is not virtual.
457 class TestProperty { class in namespace:testing::internal
459 // C'tor. TestProperty does NOT have a default constructor.
461 // TestProperty object.
462 TestProperty(const char* key, const char* value) : function in class:testing::internal::TestProperty
488 // A predicate that checks the key of a TestProperty against a known key.
500 bool operator()(const TestProperty& test_property) const {
528 const internal::List<internal::TestProperty> & test_properties() const {
565 void RecordProperty(const internal::TestProperty& test_property);
570 static bool ValidateTestProperty(const internal::TestProperty
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp58 * Test Collator::createInstance(... version...) for some locale. Called by TestProperty().
92 CollationAPITest::TestProperty(/* char* par */) function in class:CollationAPITest
2316 case 0: name = "TestProperty"; if (exec) TestProperty(/* par */); break;
/external/icu4c/test/cintltst/
H A Dcapitst.c111 addTest(root, &TestProperty, "tscoll/capitst/TestProperty");
278 void TestProperty() function

Completed in 41 milliseconds