Searched refs:OnTestStart (Results 1 – 3 of 3) sorted by relevance
1104 virtual void OnTestStart(const TestInfo& test_info) = 0;1154 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart() function
1170 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() function
2667 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::PrettyUnitTestResultPrinter3408 void OnTestStart(const TestInfo& test_info) override;3478 GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) in GTEST_REPEATER_METHOD_()