Home
last modified time | relevance | path

Searched refs:OnTestEnd (Results 1 – 18 of 18) sorted by relevance

/third_party/cef/tests/gtest/teamcity/include/
Dteamcity_gtest.h38 virtual void OnTestEnd(const ::testing::TestInfo& test_info);
/third_party/googletest/googletest/test/
Dgoogletest-listener-test.cc94 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd() function in testing::internal::EventRecordingListener
170 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd() function in testing::internal::EventRecordingListener2
Dgoogletest-failfast-unittest_.cc141 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd() function in __anon1ccfc63f0111::MyTestListener
Dgtest_unittest.cc135 TEST_F(StreamingListenerTest, OnTestEnd) { in TEST_F() argument
137 streamer_.OnTestEnd(test_info_obj_); in TEST_F()
/third_party/googletest/googletest/samples/
Dsample10_unittest.cc82 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd() function in __anonab897dd60111::LeakChecker
Dsample9_unittest.cc81 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd() function in __anone27f774e0111::TersePrinter
/third_party/cef/tests/gtest/teamcity/src/
Dteamcity_gtest.cpp43 void TeamcityGoogleTestEventListener::OnTestEnd(const TestInfo& test_info) { in OnTestEnd() function in jetbrains::teamcity::TeamcityGoogleTestEventListener
/third_party/googletest/googletest/src/
Dgtest.cc2874 repeater->OnTestEnd(*this); in Run()
2899 repeater->OnTestEnd(*this); in Skip()
3369 void OnTestEnd(const TestInfo& test_info) override;
3480 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd() function in testing::internal::PrettyUnitTestResultPrinter
3669 void OnTestEnd(const TestInfo& test_info) override;
3697 void BriefUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd() function in testing::internal::BriefUnitTestResultPrinter
3774 void OnTestEnd(const TestInfo& test_info) override;
3847 GTEST_REVERSE_REPEATER_METHOD_(OnTestEnd, TestInfo) in GTEST_REPEATER_METHOD_()
Dgtest-internal-inl.h1184 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd() function
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1112 virtual void OnTestEnd(const TestInfo& test_info) = 0;
1156 void OnTestEnd(const TestInfo& /*test_info*/) override {} in OnTestEnd() function
/third_party/googletest/googletest/include/gtest/
Dgtest.h1133 virtual void OnTestEnd(const TestInfo& test_info) = 0;
1177 void OnTestEnd(const TestInfo& /*test_info*/) override {} in OnTestEnd() function
/third_party/mesa3d/src/gtest/src/
Dgtest-internal-inl.h1174 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd() function
Dgtest.cc2698 repeater->OnTestEnd(*this); in Run()
3123 void OnTestEnd(const TestInfo& test_info) override;
3236 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd() function in testing::internal::PrettyUnitTestResultPrinter
3410 void OnTestEnd(const TestInfo& test_info) override;
3483 GTEST_REVERSE_REPEATER_METHOD_(OnTestEnd, TestInfo) in GTEST_REPEATER_METHOD_()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc1572 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd() function in testing::internal::StreamingListener
4365 repeater->OnTestEnd(*this); in Run()
4390 repeater->OnTestEnd(*this); in Skip()
4860 void OnTestEnd(const TestInfo& test_info) override;
4971 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd() function in testing::internal::PrettyUnitTestResultPrinter
5160 void OnTestEnd(const TestInfo& test_info) override;
5188 void BriefUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd() function in testing::internal::BriefUnitTestResultPrinter
5265 void OnTestEnd(const TestInfo& test_info) override;
5338 GTEST_REVERSE_REPEATER_METHOD_(OnTestEnd, TestInfo) in GTEST_REPEATER_METHOD_()
Dgtest.h11014 virtual void OnTestEnd(const TestInfo& test_info) = 0;
11058 void OnTestEnd(const TestInfo& /*test_info*/) override {}
/third_party/googletest/docs/reference/
Dtesting.md988 ##### OnTestEnd {#TestEventListener::OnTestEnd}
990 `virtual void TestEventListener::OnTestEnd(const TestInfo& test_info)`
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp467 void OnTestEnd(const testing::TestInfo &testInfo) override in OnTestEnd() function in angle::__anon3ca1b19d0111::TestEventListener
/third_party/googletest/docs/
Dadvanced.md1675 void OnTestEnd(const testing::TestInfo& test_info) override {