Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp9360 unexpectedExceptions = 0; in testGroupStarting()
9366 unexpectedExceptions++; in assertionEnded()
9390 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()
9391 xml.writeAttribute( "failures", stats.totals.assertions.failed-unexpectedExceptions ); in writeGroup()
9529 unsigned int unexpectedExceptions; member in Catch::JunitReporter