Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
H A Dgtest-typed-test_test.cc185 ->current_test_info() in TYPED_TEST()
191 ->current_test_info() in TYPED_TEST()
301 ->current_test_info() in TYPED_TEST_P()
307 ->current_test_info() in TYPED_TEST_P()
404 return testing::UnitTest::GetInstance()->current_test_info()->name(); in GetTestName()
H A Dgoogletest-param-test-test.cc840 ::testing::UnitTest::GetInstance()->current_test_info(); in TEST_P()
861 ::testing::UnitTest::GetInstance()->current_test_info(); in PREFIX_WITH_FOO()
875 ::testing::UnitTest::GetInstance()->current_test_info(); in PREFIX_WITH_FOO()
983 ::testing::UnitTest::GetInstance()->current_test_info(); in TEST_P()
1008 ::testing::UnitTest::GetInstance()->current_test_info(); in TEST_P()
1038 ::testing::UnitTest::GetInstance()->current_test_info(); in TEST_P()
1066 ::testing::UnitTest::GetInstance()->current_test_info(); in TEST_P()
H A Dgtest_stress_test.cc107 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); in CheckTestFailureCount()
131 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); in TEST()
H A Dgtest_unittest.cc1993 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); in ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest()
5276 const TestInfo* const test_info = GetUnitTestImpl()->current_test_info(); \
6318 // Tests current_test_info() in UnitTest.
6321 // Tests that current_test_info() returns NULL before the first test in
6325 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); in SetUpTestSuite()
6330 // Tests that current_test_info() returns NULL after the last test in
6333 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); in TearDownTestSuite()
6339 // Tests that current_test_info() returns TestInfo for currently running
6342 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); in TEST_F()
6351 // Tests that current_test_info() return
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DValidationTest.cpp110 std::string(::testing::UnitTest::GetInstance()->current_test_info()->test_suite_name()) + in SetUp()
111 "_" + ::testing::UnitTest::GetInstance()->current_test_info()->name(); in SetUp()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTest.cpp217 const char* testName = ::testing::UnitTest::GetInstance()->current_test_info()->name(); in RunTest()
399 ::testing::UnitTest::GetInstance()->current_test_info(); in PrintResultImpl()
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc372 TestInfo* const info = GetUnitTestImpl()->current_test_info(); in DeathTest()
730 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
968 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
1391 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
1448 impl->current_test_info()->increment_death_test_count(); in Create()
H A Dgtest-internal-inl.h717 // current_test_info is NULL, the assertion results will be stored in
765 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() function in testing::internal::UnitTestImpl
766 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() function in testing::internal::UnitTestImpl
H A Dgtest.cc2499 const TestInfo* const this_test_info = impl->current_test_info();
5493 const TestInfo* UnitTest::current_test_info() const
5496 return impl_->current_test_info();
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc376 TestInfo* const info = GetUnitTestImpl()->current_test_info(); in DeathTest()
748 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
956 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
1356 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
1413 impl->current_test_info()->increment_death_test_count(); in Create()
H A Dgtest-internal-inl.h718 // current_test_info is NULL, the assertion results will be stored in
766 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() function in testing::internal::UnitTestImpl
767 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() function in testing::internal::UnitTestImpl
H A Dgtest.cc2514 const TestInfo* const this_test_info = impl->current_test_info();
5519 const TestInfo* UnitTest::current_test_info() const
5522 return impl_->current_test_info();
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc370 TestInfo* const info = GetUnitTestImpl()->current_test_info(); in DeathTest()
729 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
976 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
1417 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
1473 const int death_test_index = impl->current_test_info() in Create()
H A Dgtest-internal-inl.h706 // current_test_info is NULL, the assertion results will be stored in
759 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() function in testing::internal::UnitTestImpl
760 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() function in testing::internal::UnitTestImpl
H A Dgtest.cc2310 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass()
4956 const TestInfo* UnitTest::current_test_info() const
4959 return impl_->current_test_info(); in GTEST_LOCK_EXCLUDED_()
/third_party/googletest/googlemock/test/
H A Dgmock_stress_test.cc208 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.cpp392 ::testing::UnitTest::GetInstance()->current_test_info(); in SetupEnvironmentVarsForCaptureReplay()
618 const testing::TestInfo *testInfo = testing::UnitTest::GetInstance()->current_test_info(); in ANGLETestSetUp()
767 const testing::TestInfo *info = testing::UnitTest::GetInstance()->current_test_info(); in ANGLETestTearDown()
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc699 UnitTest::GetInstance()->current_test_info(); in GTEST_LOCK_EXCLUDED_()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.cpp957 std::string(::testing::UnitTest::GetInstance()->current_test_info()->test_suite_name()) +
958 "_" + ::testing::UnitTest::GetInstance()->current_test_info()->name();
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h1148 const TestInfo* current_test_info() const GTEST_LOCK_EXCLUDED_(mutex_);
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h1143 const TestInfo* current_test_info() const GTEST_LOCK_EXCLUDED_(mutex_);
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1287 const TestInfo* current_test_info() const
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp33 auto info = ::testing::UnitTest::GetInstance()->current_test_info(); in testName()

Completed in 69 milliseconds