Searched refs:okToFail (Results 1 – 9 of 9) sorted by relevance
48 bool okToFail() const;
127 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo
151 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
122 if( currentTestCaseInfo->okToFail() ) { in assertionEnded()
97 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
4195 bool okToFail() const;10380 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()11709 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo14021 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
153 << ws(level+1) << "- okToFail(): " << info.okToFail() << "\n" in print()
2832 bool okToFail() const;6102 if( testCaseInfo.okToFail() ) { in runCurrentTest()7427 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo