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.cpp97 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
101 … if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) in assertionEnded()
Dcatch_reporter_junit.h56 bool m_okToFail = false; variable
/external/catch2/single_include/catch2/
Dcatch.hpp5695 bool m_okToFail = false; member in Catch::JunitReporter
14021 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
14025 … if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) in assertionEnded()