Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6299 unsigned int unexpectedExceptions = 0; member in Catch::JunitReporter
16526 unexpectedExceptions = 0; in testGroupStarting()
16536 unexpectedExceptions++; in assertionEnded()
16561 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()
16562 xml.writeAttribute( "failures", stats.totals.assertions.failed-unexpectedExceptions ); in writeGroup()