Home
last modified time | relevance | path

Searched refs:current_test_case (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h740 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function
H A Dgtest.cc2327 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass()
4874 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
4877 return impl_->current_test_case(); in current_test_case()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1241 const TestCase* current_test_case() const
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1981 const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); in ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase()
2014 const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); in SetUpTestCase()
7786 ->current_test_case() in TEST_F()