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

12

/external/chromium/testing/gtest/test/
H A Dgtest_stress_test.cc119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
H A Dgtest-param-test_test.cc797 ::testing::UnitTest::GetInstance()->current_test_info();
826 ::testing::UnitTest::GetInstance()->current_test_info();
H A Dgtest_unittest.cc6156 // Tests current_test_info() in UnitTest.
6159 // Tests that current_test_info() returns NULL before the first test in
6164 UnitTest::GetInstance()->current_test_info();
6169 // Tests that current_test_info() returns NULL after the last test in
6173 UnitTest::GetInstance()->current_test_info();
6179 // Tests that current_test_info() returns TestInfo for currently running
6183 UnitTest::GetInstance()->current_test_info();
6192 // Tests that current_test_info() returns TestInfo for currently running
6198 UnitTest::GetInstance()->current_test_info();
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc219 TestInfo* const info = GetUnitTestImpl()->current_test_info();
597 const TestInfo* const info = impl->current_test_info();
651 const int death_test_index = impl->current_test_info()
H A Dgtest.h497 const TestInfo* current_test_info() const;
H A Dgtest.cc1739 impl->current_test_info()->impl();
2990 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
2992 return impl_->current_test_info();
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h974 // current_test_info is NULL, the assertion results will be stored in
976 void set_current_test_info(TestInfo* current_test_info) { argument
977 current_test_info_ = current_test_info;
1004 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1005 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/gtest/src/
H A Dgtest-internal-inl.h1120 // current_test_info is NULL, the assertion results will be stored in
1122 void set_current_test_info(TestInfo* current_test_info) { argument
1123 current_test_info_ = current_test_info;
1165 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1166 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
H A Dgtest-death-test.cc303 TestInfo* const info = GetUnitTestImpl()->current_test_info();
550 const TestInfo* const info = impl->current_test_info();
1082 const TestInfo* const info = impl->current_test_info();
1137 const int death_test_index = impl->current_test_info()
H A Dgtest.cc1975 impl->current_test_info()->impl();
3424 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
3426 return impl_->current_test_info();
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc283 TestInfo* const info = GetUnitTestImpl()->current_test_info();
600 const TestInfo* const info = impl->current_test_info();
942 const TestInfo* const info = impl->current_test_info();
997 const int death_test_index = impl->current_test_info()
H A Dgtest-internal-inl.h906 // current_test_info is NULL, the assertion results will be stored in
908 void set_current_test_info(TestInfo* current_test_info) { argument
909 current_test_info_ = current_test_info;
951 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
952 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
990 const TestInfo* const info = impl->current_test_info();
1045 const int death_test_index = impl->current_test_info()
H A Dgtest-internal-inl.h662 // current_test_info is NULL, the assertion results will be stored in
709 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
710 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
995 const TestInfo* const info = impl->current_test_info();
1050 const int death_test_index = impl->current_test_info()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h669 // current_test_info is NULL, the assertion results will be stored in
716 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
717 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/chromium/chrome/browser/
H A Dunload_uitest.cc97 testing::UnitTest::GetInstance()->current_test_info();
/external/chromium/testing/gmock/src/
H A Dgmock-spec-builders.cc704 UnitTest::GetInstance()->current_test_info();
/external/gtest/include/gtest/
H A Dgtest.h527 const TestInfo* current_test_info() const;
/external/gtest/test/
H A Dgtest-param-test_test.cc763 ::testing::UnitTest::GetInstance()->current_test_info();
H A Dgtest_unittest.cc5111 // Tests current_test_info() in UnitTest.
5114 // Tests that current_test_info() returns NULL before the first test in
5119 UnitTest::GetInstance()->current_test_info();
5124 // Tests that current_test_info() returns NULL after the last test in
5128 UnitTest::GetInstance()->current_test_info();
5134 // Tests that current_test_info() returns TestInfo for currently running
5138 UnitTest::GetInstance()->current_test_info();
5147 // Tests that current_test_info() returns TestInfo for currently running
5153 UnitTest::GetInstance()->current_test_info();
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc763 ::testing::UnitTest::GetInstance()->current_test_info();
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h1114 const TestInfo* current_test_info() const;
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1114 const TestInfo* current_test_info() const;
/external/protobuf/gtest/include/gtest/
H A Dgtest.h960 const TestInfo* current_test_info() const;

Completed in 386 milliseconds

12