Home
last modified time | relevance | path

Searched refs:test_property_count (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2271 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::TestResult
4304 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()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h413 int test_property_count() const;