Searched refs:SectionNode (Results 1 – 5 of 5) sorted by relevance
111 struct SectionNode { struct112 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function113 virtual ~SectionNode() = default;115 bool operator == (SectionNode const& other) const { in operator ==() argument118 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==() argument123 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; argument134 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()145 using TestCaseNode = Node<TestCaseStats, SectionNode>;174 std::shared_ptr<SectionNode> node; in sectionStarting()177 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()[all …]
46 SectionNode const& sectionNode);48 void writeAssertions(SectionNode const& sectionNode);
159 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()177 SectionNode const& sectionNode ) { in writeSection()210 void JunitReporter::writeAssertions( SectionNode const& sectionNode ) { in writeAssertions()
8601 struct SectionNode : SharedImpl<> { struct8602 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() argument8603 virtual ~SectionNode();8605 bool operator == ( SectionNode const& other ) const { in operator ==() argument8608 bool operator == ( Ptr<SectionNode> const& other ) const { in operator ==() argument8613 typedef std::vector<Ptr<SectionNode> > ChildSections; argument8624 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 …]
5183 struct SectionNode { struct5184 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() argument5185 virtual ~SectionNode() = default;5187 bool operator == (SectionNode const& other) const { in operator ==() argument5190 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==() argument5195 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; argument5206 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()5216 using TestCaseNode = Node<TestCaseStats, SectionNode>;5245 std::shared_ptr<SectionNode> node; in sectionStarting()5248 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()[all …]