Home
last modified time | relevance | path

Searched refs:testsPerFile (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_sonarqube.hpp59 std::map<std::string, TestGroupNode::ChildNodes> testsPerFile; in writeGroup() local
61 testsPerFile[child->value.testInfo.lineInfo.file].push_back(child); in writeGroup()
63 for(auto const& kv : testsPerFile) in writeGroup()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp59 std::map<std::string, TestGroupNode::ChildNodes> testsPerFile; in writeGroup() local
61 testsPerFile[child->value.testInfo.lineInfo.file].push_back(child); in writeGroup()
63 for(auto const& kv : testsPerFile) in writeGroup()