Searched refs:unexpectedExceptions (Results 1 – 2 of 2) sorted by relevance
44 val unexpectedExceptions = in <lambda>() constant51 if (unexpectedExceptions.isNotEmpty()) { in <lambda>()55 unexpectedExceptions.first(), in <lambda>()
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