Home
last modified time | relevance | path

Searched refs:BeginResults (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DXmlTestReporter.cpp56 BeginResults(m_ostream, totalTestCount, failedTestCount, failureCount, secondsElapsed); in ReportSummary()
82 void XmlTestReporter::BeginResults(std::ostream& os, int totalTestCount, int failedTestCount, in BeginResults() function in UnitTest::XmlTestReporter
H A DXmlTestReporter.h26 …void BeginResults(std::ostream& os, int totalTestCount, int failedTestCount, int failureCount, flo…