Home
last modified time | relevance | path

Searched refs:unexpectedExceptions (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp85 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()
Dcatch_reporter_junit.h55 unsigned int unexpectedExceptions = 0; variable
/external/bcc/tests/cc/
Dcatch.hpp9296 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
/external/catch2/single_include/catch2/
Dcatch.hpp5713 unsigned int unexpectedExceptions = 0; member in Catch::JunitReporter
14067 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()