Lines Matching refs:testCaseStarting
5656 virtual void testCaseStarting( TestCaseInfo const& testInfo ) = 0;
5758 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting() function
5865 void testCaseStarting( TestCaseInfo const& ) override {} in testCaseStarting() function
6330 void testCaseStarting(TestCaseInfo const& testCaseInfo) override;
6384 void testCaseStarting(TestCaseInfo const& testInfo) override;
10989 void testCaseStarting( TestCaseInfo const& testInfo ) override;
12688 m_reporter->testCaseStarting(testInfo); in runTest()
16810 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting() function in Catch::JunitReporter
17088 void ListeningReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::ListeningReporter
17090 listener->testCaseStarting( testInfo ); in testCaseStarting()
17092 m_reporter->testCaseStarting( testInfo ); in testCaseStarting()
17217 void XmlReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting() function in Catch::XmlReporter
17218 StreamingReporterBase::testCaseStarting(testInfo); in testCaseStarting()