mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-05 06:29:32 +01:00
Mark JUnit reporter's internal members as private
This commit is contained in:
@@ -38,6 +38,7 @@ namespace Catch {
|
||||
|
||||
void testRunEndedCumulative() override;
|
||||
|
||||
private:
|
||||
void writeGroup(TestGroupNode const& groupNode, double suiteTime);
|
||||
|
||||
void writeTestCase(TestCaseNode const& testCaseNode);
|
||||
|
||||
Reference in New Issue
Block a user