Searched refs:TestCaseStart (Results 1 – 8 of 8) sorted by relevance
29 void TestCaseStart(const TestCase& test_case) override;
49 void TestCaseStart(const TestCase& test_case) override;
109 virtual void TestCaseStart(const TestCase& test_case) = 0;
27 void RpcEventHandler::TestCaseStart(const TestCase& test_case) { in TestCaseStart() function in pw::unit_test::internal::RpcEventHandler
39 void LoggingEventHandler::TestCaseStart(const TestCase& test_case) { in TestCaseStart() function in pw::unit_test::LoggingEventHandler
36 void SimplePrintingEventHandler::TestCaseStart(const TestCase& test_case) { in TestCaseStart() function in pw::unit_test::SimplePrintingEventHandler
83 event_handler_->TestCaseStart(test.test_case()); in StartTest()
31 void TestCaseStart(const TestCase& test_case) override;