Searched refs:testsPerFile (Results 1 – 2 of 2) sorted by relevance
59 std::map<std::string, TestGroupNode::ChildNodes> testsPerFile; in writeGroup() local61 testsPerFile[child->value.testInfo.lineInfo.file].push_back(child); in writeGroup()63 for(auto const& kv : testsPerFile) in writeGroup()