Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/assertions/
H A DScenarioAssertionImpl.kt44 val unexpectedExceptions = in <lambda>() constant
51 if (unexpectedExceptions.isNotEmpty()) { in <lambda>()
55 unexpectedExceptions.first(), in <lambda>()
/aosp_15_r20/external/bcc/tests/cc/
H A 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