Searched refs:current_test_case (Results 1 – 2 of 2) sorted by relevance
1143 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function in testing::internal::UnitTestImpl3431 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass()5424 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest5427 return impl_->current_test_case(); in current_test_case()
18553 const TestCase* current_test_case() const