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,13 +38,14 @@ namespace Catch {
|
||||
|
||||
void testRunEndedCumulative() override;
|
||||
|
||||
private:
|
||||
void writeGroup(TestGroupNode const& groupNode, double suiteTime);
|
||||
|
||||
void writeTestCase(TestCaseNode const& testCaseNode);
|
||||
|
||||
void writeSection(std::string const& className,
|
||||
std::string const& rootName,
|
||||
SectionNode const& sectionNode);
|
||||
void writeSection( std::string const& className,
|
||||
std::string const& rootName,
|
||||
SectionNode const& sectionNode );
|
||||
|
||||
void writeAssertions(SectionNode const& sectionNode);
|
||||
void writeAssertion(AssertionStats const& stats);
|
||||
|
Loading…
Reference in New Issue
Block a user