Searched refs:unexpectedExceptions (Results 1 – 4 of 4) sorted by relevance
92 unexpectedExceptions = 0; in testGroupStarting()102 unexpectedExceptions++; in assertionEnded()126 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()127 xml.writeAttribute( "failures", stats.totals.assertions.failed-unexpectedExceptions ); in writeGroup()
55 unsigned int unexpectedExceptions = 0; variable
9296 unexpectedExceptions = 0; in testGroupStarting()9302 unexpectedExceptions++; in assertionEnded()9326 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()9327 xml.writeAttribute( "failures", stats.totals.assertions.failed-unexpectedExceptions ); in writeGroup()9465 unsigned int unexpectedExceptions; member in Catch::JunitReporter
5694 unsigned int unexpectedExceptions = 0; member in Catch::JunitReporter14016 unexpectedExceptions = 0; in testGroupStarting()14026 unexpectedExceptions++; in assertionEnded()14050 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()14051 xml.writeAttribute( "failures", stats.totals.assertions.failed-unexpectedExceptions ); in writeGroup()