Searched defs:SonarQubeReporter (Results 1 – 2 of 2) sorted by relevance
22 struct SonarQubeReporter : CumulativeReporterBase<SonarQubeReporter> { struct24 SonarQubeReporter(ReporterConfig const& config) in SonarQubeReporter() function33 static std::string getDescription() { in getDescription()37 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()41 void noMatchingTestCases(std::string const& /*spec*/) override {} in noMatchingTestCases()43 void testRunStarting(TestRunInfo const& testRunInfo) override { in testRunStarting()49 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded()54 void testRunEndedCumulative() override { in testRunEndedCumulative()58 void writeGroup(TestGroupNode const& groupNode) { in writeGroup()67 void writeTestFile(const char* filename, TestGroupNode::ChildNodes const& testCaseNodes) { in writeTestFile()[all …]
22 struct SonarQubeReporter : CumulativeReporterBase<SonarQubeReporter> { struct24 SonarQubeReporter(ReporterConfig const& config) in SonarQubeReporter() argument33 static std::string getDescription() { in getDescription()37 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()41 void noMatchingTestCases(std::string const& /*spec*/) override {} in noMatchingTestCases()43 void testRunStarting(TestRunInfo const& testRunInfo) override { in testRunStarting()49 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded()54 void testRunEndedCumulative() override { in testRunEndedCumulative()58 void writeGroup(TestGroupNode const& groupNode) { in writeGroup()67 void writeTestFile(const char* filename, TestGroupNode::ChildNodes const& testCaseNodes) { in writeTestFile()[all …]