Home
last modified time | relevance | path

Searched refs:OnTestStart (Results 1 – 19 of 19) sorted by relevance

/third_party/cef/tests/gtest/teamcity/include/
Dteamcity_gtest.h36 virtual void OnTestStart(const ::testing::TestInfo& test_info);
/third_party/googletest/googletest/test/
Dgoogletest-listener-test.cc86 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart() function in testing::internal::EventRecordingListener
162 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart() function in testing::internal::EventRecordingListener2
Dgoogletest-shuffle-test_.cc84 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() function in __anona5a25ae20111::TestNamePrinter
Dgoogletest-failfast-unittest_.cc130 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() function in __anon1ccfc63f0111::MyTestListener
Dgtest_unittest.cc129 TEST_F(StreamingListenerTest, OnTestStart) { in TEST_F() argument
131 streamer_.OnTestStart(test_info_obj_); in TEST_F()
/third_party/googletest/googletest/samples/
Dsample10_unittest.cc77 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart() function in __anonab897dd60111::LeakChecker
Dsample9_unittest.cc61 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() function in __anone27f774e0111::TersePrinter
/third_party/cef/tests/gtest/teamcity/src/
Dteamcity_gtest.cpp38 void TeamcityGoogleTestEventListener::OnTestStart(const TestInfo& test_info) { in OnTestStart() function in jetbrains::teamcity::TeamcityGoogleTestEventListener
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1104 virtual void OnTestStart(const TestInfo& test_info) = 0;
1154 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart() function
/third_party/googletest/googletest/include/gtest/
Dgtest.h1125 virtual void OnTestStart(const TestInfo& test_info) = 0;
1175 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart() function
/third_party/googletest/googletest/src/
Dgtest.cc2843 repeater->OnTestStart(*this); in Run()
2891 repeater->OnTestStart(*this); in Skip()
3366 void OnTestStart(const TestInfo& test_info) override;
3458 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart() function in testing::internal::PrettyUnitTestResultPrinter
3666 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart() function in testing::internal::BriefUnitTestResultPrinter
3772 void OnTestStart(const TestInfo& test_info) override;
3842 GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) in GTEST_REPEATER_METHOD_()
Dgtest-internal-inl.h1180 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() function
/third_party/mesa3d/src/gtest/src/
Dgtest-internal-inl.h1170 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() function
Dgtest.cc2667 repeater->OnTestStart(*this); in Run()
3120 void OnTestStart(const TestInfo& test_info) override;
3212 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart() function in testing::internal::PrettyUnitTestResultPrinter
3408 void OnTestStart(const TestInfo& test_info) override;
3478 GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) in GTEST_REPEATER_METHOD_()
/third_party/googletest/docs/reference/
Dtesting.md973 ##### OnTestStart {#TestEventListener::OnTestStart}
975 `virtual void TestEventListener::OnTestStart(const TestInfo& test_info)`
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc1568 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() function in testing::internal::StreamingListener
4334 repeater->OnTestStart(*this); in Run()
4382 repeater->OnTestStart(*this); in Skip()
4857 void OnTestStart(const TestInfo& test_info) override;
4949 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart() function in testing::internal::PrettyUnitTestResultPrinter
5157 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart() function in testing::internal::BriefUnitTestResultPrinter
5263 void OnTestStart(const TestInfo& test_info) override;
5333 GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) in GTEST_REPEATER_METHOD_()
Dgtest.h11006 virtual void OnTestStart(const TestInfo& test_info) = 0;
11056 void OnTestStart(const TestInfo& /*test_info*/) override {}
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp460 void OnTestStart(const testing::TestInfo &testInfo) override in OnTestStart() function in angle::__anon3ca1b19d0111::TestEventListener
/third_party/googletest/docs/
Dadvanced.md1639 `OnTestStart()` method will be called.). The latter provides an empty
1660 void OnTestStart(const testing::TestInfo& test_info) override {