Home
last modified time | relevance | path

Searched refs:testCaseNode (Results 1 – 7 of 7) sorted by relevance

/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()
78 assert(testCaseNode.children.size() == 1); in writeTestCase()
79 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase()
Dcatch.hpp6307 void writeTestCase(TestCaseNode const& testCaseNode);
16621 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument
16622 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
16626 assert( testCaseNode.children.size() == 1 ); in writeTestCase()
16627 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
/external/catch2/include/reporters/
Dcatch_reporter_sonarqube.hpp75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()
78 assert(testCaseNode.children.size() == 1); in writeTestCase()
79 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase()
Dcatch_reporter_junit.cpp154 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument
155 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
159 assert( testCaseNode.children.size() == 1 ); in writeTestCase()
160 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
/external/bcc/tests/cc/
Dcatch.hpp9347 void writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument
9348 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
9352 assert( testCaseNode.children.size() == 1 ); in writeTestCase()
9353 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
/external/libabigail/tests/lib/
Dcatch.hpp6341 void writeTestCase(TestCaseNode const& testCaseNode);
16874 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument
16875 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
16879 assert( testCaseNode.children.size() == 1 ); in writeTestCase()
16880 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()