Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp144 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument
145 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
149 assert( testCaseNode.children.size() == 1 ); in writeTestCase()
150 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/catch2/single_include/catch2/
Dcatch.hpp5681 void writeTestCase(TestCaseNode const& testCaseNode);
14068 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument
14069 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
14073 assert( testCaseNode.children.size() == 1 ); in writeTestCase()
14074 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()