Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6300 bool m_okToFail = false; member in Catch::JunitReporter
16531 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
16535 … if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) in assertionEnded()