Searched refs:unexpectedExceptions (Results 1 – 1 of 1) sorted by relevance
9360 unexpectedExceptions = 0; in testGroupStarting()9366 unexpectedExceptions++; in assertionEnded()9390 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()9391 xml.writeAttribute( "failures", stats.totals.assertions.failed-unexpectedExceptions ); in writeGroup()9529 unsigned int unexpectedExceptions; member in Catch::JunitReporter