Searched refs:groupNode (Results 1 – 1 of 1) sorted by relevance
6284 void writeGroup(TestGroupNode const& groupNode, double suiteTime);16556 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() argument16559 TestGroupStats const& stats = groupNode.value; in writeGroup()16587 for( auto const& child : groupNode.children ) in writeGroup()