Searched refs:unexpectedExceptions (Results 1 – 1 of 1) sorted by relevance
6299 unsigned int unexpectedExceptions = 0; member in Catch::JunitReporter16526 unexpectedExceptions = 0; in testGroupStarting()16536 unexpectedExceptions++; in assertionEnded()16561 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()16562 xml.writeAttribute( "failures", stats.totals.assertions.failed-unexpectedExceptions ); in writeGroup()