Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_junit.h56 bool m_okToFail = false; variable
Dcatch_reporter_junit.cpp90 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
94 … if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) in assertionEnded()
/external/catch2/single_include/catch2/
Dcatch.hpp5714 bool m_okToFail = false; member in Catch::JunitReporter
14072 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
14076 … if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) in assertionEnded()