Searched refs:testCaseStarting (Results 1 – 1 of 1) sorted by relevance
5602 virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0;5701 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function5808 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function6275 void testCaseStarting(TestCaseInfo const& testCaseInfo) override;6329 void testCaseStarting(TestCaseInfo const& testInfo) override;10879 void testCaseStarting( TestCaseInfo const& testInfo ) override;12515 m_reporter->testCaseStarting(testInfo); in runTest()16809 listener->testCaseStarting( testInfo ); in testCaseStarting()16811 m_reporter->testCaseStarting( testInfo ); in testCaseStarting()16936 void XmlReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::XmlReporter[all …]