Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc280 EXPECT_EQ(0, tests[1]->result()->test_property_count()); in TearDown()
288 EXPECT_EQ(0, tests[2]->result()->test_property_count()); in TearDown()
296 EXPECT_EQ(1, tests[3]->result()->test_property_count()); in TearDown()
312 EXPECT_EQ(0, tests[0]->result()->test_property_count()); in TearDown()
H A Dgtest_stress_test.cc140 for (int i = 0; i < result->test_property_count(); ++i) in TEST()
143 EXPECT_EQ(kThreadCount * 2 + 1, result->test_property_count()) in TEST()
H A Dgtest_unittest.cc1501 ASSERT_EQ(0, test_result.test_property_count()); in TEST()
1509 ASSERT_EQ(1, test_result.test_property_count()); in TEST()
1522 ASSERT_EQ(2, test_result.test_property_count()); in TEST()
1544 ASSERT_EQ(2, test_result.test_property_count()); in TEST()
2009 ASSERT_EQ(0, test_result.test_property_count()) in ExpectNonFatalFailureRecordingPropertyWithReservedKey()
2063 ASSERT_EQ(1, test_suite->ad_hoc_test_result().test_property_count()); in SetUpTestSuite()
2075 ASSERT_EQ(1, unit_test_.ad_hoc_test_result().test_property_count()); in TEST_F()
2087 ASSERT_EQ(2, unit_test_.ad_hoc_test_result().test_property_count()); in TEST_F()
2105 ASSERT_EQ(2, unit_test_.ad_hoc_test_result().test_property_count()); in TEST_F()
/freebsd-14.2/contrib/googletest/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()
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dtesting.md1199 ##### test_property_count {#TestResult::test_property_count}
1201 `int TestResult::test_property_count() const`
1260 `i` can range from 0 to `test_property_count() - 1`. If `i` is not in that
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h413 int test_property_count() const;