Searched refs:unexpectedExceptions (Results 1 – 4 of 4) sorted by relevance
85 unexpectedExceptions = 0; in testGroupStarting()95 unexpectedExceptions++; in assertionEnded()120 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()121 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
5713 unsigned int unexpectedExceptions = 0; member in Catch::JunitReporter14067 unexpectedExceptions = 0; in testGroupStarting()14077 unexpectedExceptions++; in assertionEnded()14102 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()14103 xml.writeAttribute( "failures", stats.totals.assertions.failed-unexpectedExceptions ); in writeGroup()