Searched refs:test_property_count (Results 1 – 2 of 2) sorted by relevance
2271 if (i < 0 || i >= test_property_count()) internal::posix::Abort(); in GetTestProperty()2452 int TestResult::test_property_count() const { in test_property_count() function in testing::TestResult4304 if (failures == 0 && skips == 0 && result.test_property_count() == 0) { in OutputXmlTestResult()4421 for (int i = 0; i < result.test_property_count(); ++i) { in TestPropertiesAsXmlAttributes()4434 if (result.test_property_count() <= 0) { in OutputXmlTestProperties()4439 for (int i = 0; i < result.test_property_count(); ++i) { in OutputXmlTestProperties()4883 for (int i = 0; i < result.test_property_count(); ++i) { in TestPropertiesAsJson()
413 int test_property_count() const;