Home
last modified time | relevance | path

Searched defs:SonarQubeReporter (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_sonarqube.hpp22 struct SonarQubeReporter : CumulativeReporterBase<SonarQubeReporter> { struct
24 SonarQubeReporter(ReporterConfig const& config) in SonarQubeReporter() function
33 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 …]
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp22 struct SonarQubeReporter : CumulativeReporterBase<SonarQubeReporter> { struct
24 SonarQubeReporter(ReporterConfig const& config) in SonarQubeReporter() argument
33 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 …]