Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_info.h48 bool okToFail() const;
Dcatch_test_case_info.cpp127 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo
Dcatch_run_context.cpp151 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
/external/catch2/include/reporters/
Dcatch_reporter_teamcity.hpp122 if( currentTestCaseInfo->okToFail() ) { in assertionEnded()
Dcatch_reporter_junit.cpp97 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp122 if( currentTestCaseInfo->okToFail() ) { in assertionEnded()
Dcatch.hpp4195 bool okToFail() const;
10380 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
11709 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo
14021 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
/external/catch2/examples/
D210-Evt-EventListeners.cpp153 << ws(level+1) << "- okToFail(): " << info.okToFail() << "\n" in print()
/external/bcc/tests/cc/
Dcatch.hpp2832 bool okToFail() const;
6102 if( testCaseInfo.okToFail() ) { in runCurrentTest()
7427 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo