Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp92 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()
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.hpp5694 unsigned int unexpectedExceptions = 0; member in Catch::JunitReporter
14016 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()