Searched refs:current_test_info (Results 1 – 2 of 2) sorted by relevance
1142 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() function in testing::internal::UnitTestImpl1143 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() function in testing::internal::UnitTestImpl3776 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass()6264 const TestInfo* UnitTest::current_test_info() const in current_test_info() function in testing::UnitTest6267 return impl_->current_test_info(); in current_test_info()7820 TestInfo* const info = GetUnitTestImpl()->current_test_info(); in DeathTest()8177 const TestInfo* const info = impl->current_test_info(); in AssumeRole()8393 const TestInfo* const info = impl->current_test_info(); in AssumeRole()8795 const TestInfo* const info = impl->current_test_info(); in AssumeRole()8850 const int death_test_index = impl->current_test_info() in Create()
20995 const TestInfo* current_test_info() const