mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-21 03:55:39 +02: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