forked from catchorg/Catch2
Clear state in AccumulatingReporter
This commit is contained in:
@@ -232,6 +232,11 @@ namespace Catch
|
|||||||
unusedGroupInfo.reset();
|
unusedGroupInfo.reset();
|
||||||
}
|
}
|
||||||
virtual void testRunEnded( Ptr<TestRunStats const> const& /* _testRunStats */ ) {
|
virtual void testRunEnded( Ptr<TestRunStats const> const& /* _testRunStats */ ) {
|
||||||
|
currentSectionInfo.reset();
|
||||||
|
unusedSectionInfo.reset();
|
||||||
|
unusedTestCaseInfo.reset();
|
||||||
|
unusedGroupInfo.reset();
|
||||||
|
testRunInfo.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
ReporterConfig m_config;
|
ReporterConfig m_config;
|
||||||
|
Reference in New Issue
Block a user