Home
last modified time | relevance | path

Searched defs:failedTestCount (Results 1 – 4 of 4) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestReporterStdout.cpp62 void TestReporterStdout::ReportSummary(int const totalTestCount, int const failedTestCount, in ReportSummary()
H A DXmlTestReporter.cpp51 void XmlTestReporter::ReportSummary(int totalTestCount, int failedTestCount, in ReportSummary()
82 void XmlTestReporter::BeginResults(std::ostream& os, int totalTestCount, int failedTestCount, in BeginResults()
H A DCompositeTestReporter.cpp59 int failedTestCount, in ReportSummary()
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestCompositeTestReporter.cpp157 const int failedTestCount = 4; in TEST_FIXTURE() local