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