Home
last modified time | relevance | path

Searched refs:SectionNode (Results 1 – 8 of 8) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp113 struct SectionNode { struct
114 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function
115 virtual ~SectionNode() = default;
117 bool operator == (SectionNode const& other) const { in operator ==() argument
120 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==() argument
125 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; argument
136 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()
147 using TestCaseNode = Node<TestCaseStats, SectionNode>;
176 std::shared_ptr<SectionNode> node; in sectionStarting()
179 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
[all …]
Dcatch_reporter_junit.h46 SectionNode const& sectionNode);
48 void writeAssertions(SectionNode const& sectionNode);
Dcatch_reporter_sonarqube.hpp79 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
83 … void writeSection(std::string const& rootName, SectionNode const& sectionNode, bool okToFail) { in writeSection()
100 void writeAssertions(SectionNode const& sectionNode, bool okToFail) { in writeAssertions()
Dcatch_reporter_junit.cpp160 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
178 SectionNode const& sectionNode ) { in writeSection()
211 void JunitReporter::writeAssertions( SectionNode const& sectionNode ) { in writeAssertions()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp79 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
83 … void writeSection(std::string const& rootName, SectionNode const& sectionNode, bool okToFail) { in writeSection()
100 void writeAssertions(SectionNode const& sectionNode, bool okToFail) { in writeAssertions()
Dcatch.hpp5771 struct SectionNode { struct
5772 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() argument
5773 virtual ~SectionNode() = default;
5775 bool operator == (SectionNode const& other) const { in operator ==() argument
5778 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==() argument
5783 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; argument
5794 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()
5804 using TestCaseNode = Node<TestCaseStats, SectionNode>;
5833 std::shared_ptr<SectionNode> node; in sectionStarting()
5836 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp8601 struct SectionNode : SharedImpl<> { struct
8602 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() argument
8603 virtual ~SectionNode();
8605 bool operator == ( SectionNode const& other ) const { in operator ==() argument
8608 bool operator == ( Ptr<SectionNode> const& other ) const { in operator ==() argument
8613 typedef std::vector<Ptr<SectionNode> > ChildSections; argument
8624 bool operator() ( Ptr<SectionNode> const& node ) const { in operator ()()
8632 typedef Node<TestCaseStats, SectionNode> TestCaseNode;
8655 Ptr<SectionNode> node; in sectionStarting()
8658 m_rootSection = new SectionNode( incompleteStats ); in sectionStarting()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp5807 struct SectionNode { struct
5808 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function
5809 virtual ~SectionNode() = default;
5811 bool operator == (SectionNode const& other) const { in operator ==() argument
5814 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==() argument
5819 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; argument
5830 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()
5840 using TestCaseNode = Node<TestCaseStats, SectionNode>;
5869 std::shared_ptr<SectionNode> node; in sectionStarting()
5872 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
[all …]