Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_sonarqube.hpp80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase()
83 … void writeSection(std::string const& rootName, SectionNode const& sectionNode, bool okToFail) { in writeSection()
93 writeAssertions(sectionNode, okToFail); in writeSection()
97 writeSection(name, *childNode, okToFail); in writeSection()
100 void writeAssertions(SectionNode const& sectionNode, bool okToFail) { in writeAssertions()
102 writeAssertion( assertion, okToFail); in writeAssertions()
105 void writeAssertion(AssertionStats const& stats, bool okToFail) { in writeAssertion()
109 if(okToFail) { in writeAssertion()
Dcatch_reporter_teamcity.hpp122 if( currentTestCaseInfo->okToFail() ) { in assertionEnded()
Dcatch_reporter_junit.cpp91 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase()
83 … void writeSection(std::string const& rootName, SectionNode const& sectionNode, bool okToFail) { in writeSection()
93 writeAssertions(sectionNode, okToFail); in writeSection()
97 writeSection(name, *childNode, okToFail); in writeSection()
100 void writeAssertions(SectionNode const& sectionNode, bool okToFail) { in writeAssertions()
102 writeAssertion( assertion, okToFail); in writeAssertions()
105 void writeAssertion(AssertionStats const& stats, bool okToFail) { in writeAssertion()
109 if(okToFail) { in writeAssertion()
Dcatch_reporter_teamcity.hpp122 if( currentTestCaseInfo->okToFail() ) { in assertionEnded()
Dcatch.hpp4753 bool okToFail() const;
12591 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
13927 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo
16558 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
/external/catch2/include/internal/
Dcatch_test_case_info.h48 bool okToFail() const;
Dcatch_test_case_info.cpp133 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo
Dcatch_run_context.cpp151 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
/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
/external/libabigail/tests/lib/
Dcatch.hpp4784 bool okToFail() const;
12734 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
14072 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo
16811 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()