Searched refs:OnTestStart (Results 1 – 11 of 11) sorted by relevance
81 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart() function in testing::internal::EventRecordingListener155 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart() function in testing::internal::EventRecordingListener2
82 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() function in __anon1555f7350111::TestNamePrinter
129 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() function in __anonfac10e720111::MyTestListener
145 TEST_F(StreamingListenerTest, OnTestStart) { in TEST_F() argument147 streamer_.OnTestStart(test_info_obj_); in TEST_F()
75 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart() function in __anondc2de8a90111::LeakChecker
59 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() function in __anon220853c10111::TersePrinter
954 virtual void OnTestStart(const TestInfo& test_info) = 0;1006 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart() function
2820 repeater->OnTestStart(*this); in Run()2866 repeater->OnTestStart(*this); in Skip()3370 void OnTestStart(const TestInfo& test_info) override;3464 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart() function in testing::internal::PrettyUnitTestResultPrinter3679 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart() function in testing::internal::BriefUnitTestResultPrinter3786 void OnTestStart(const TestInfo& parameter) override;3858 GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) in GTEST_REPEATER_METHOD_()
1177 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() function
974 ##### OnTestStart {#TestEventListener::OnTestStart}976 `virtual void TestEventListener::OnTestStart(const TestInfo& test_info)`
1692 `OnTestStart()` method will be called.). The latter provides an empty1713 void OnTestStart(const testing::TestInfo& test_info) override {