Searched refs:current_test_info (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_stress_test.cc118 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
144 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
H A Dgtest-param-test_test.cc799 ::testing::UnitTest::GetInstance()->current_test_info();
893 ::testing::UnitTest::GetInstance()->current_test_info();
920 ::testing::UnitTest::GetInstance()->current_test_info();
951 ::testing::UnitTest::GetInstance()->current_test_info();
979 ::testing::UnitTest::GetInstance()->current_test_info();
H A Dgtest-typed-test_test.cc348 return testing::UnitTest::GetInstance()->current_test_info()->name();
H A Dgtest_unittest.cc1952 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info();
5339 const TestInfo* const test_info = GetUnitTestImpl()->current_test_info(); \
6508 // Tests current_test_info() in UnitTest.
6511 // Tests that current_test_info() returns NULL before the first test in
6516 UnitTest::GetInstance()->current_test_info();
6521 // Tests that current_test_info() returns NULL after the last test in
6525 UnitTest::GetInstance()->current_test_info();
6531 // Tests that current_test_info() returns TestInfo for currently running
6535 UnitTest::GetInstance()->current_test_info();
6544 // Tests that current_test_info() return
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock_stress_test.cc303 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc347 TestInfo* const info = GetUnitTestImpl()->current_test_info();
699 const TestInfo* const info = impl->current_test_info();
1122 const TestInfo* const info = impl->current_test_info();
1177 const int death_test_index = impl->current_test_info()
H A Dgtest-internal-inl.h681 // current_test_info is NULL, the assertion results will be stored in
734 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
735 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc2279 const TestInfo* const this_test_info = impl->current_test_info();
4279 const TestInfo* UnitTest::current_test_info() const
4282 return impl_->current_test_info();
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc730 UnitTest::GetInstance()->current_test_info();
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1177 const TestInfo* current_test_info() const

Completed in 79 milliseconds