Searched refs:okToFail (Results 1 – 12 of 12) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_sonarqube.hpp | 80 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()
|
D | catch_reporter_teamcity.hpp | 122 if( currentTestCaseInfo->okToFail() ) { in assertionEnded()
|
D | catch_reporter_junit.cpp | 91 m_okToFail = testCaseInfo.okToFail(); in testCaseStarting()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_sonarqube.hpp | 80 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()
|
D | catch_reporter_teamcity.hpp | 122 if( currentTestCaseInfo->okToFail() ) { in assertionEnded()
|
D | catch.hpp | 4753 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/ |
D | catch_test_case_info.h | 48 bool okToFail() const;
|
D | catch_test_case_info.cpp | 133 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo
|
D | catch_run_context.cpp | 151 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 153 << ws(level+1) << "- okToFail(): " << info.okToFail() << "\n" in print()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2832 bool okToFail() const; 6102 if( testCaseInfo.okToFail() ) { in runCurrentTest() 7427 bool TestCaseInfo::okToFail() const { in okToFail() function in Catch::TestCaseInfo
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 4784 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()
|