mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Clear state in AccumulatingReporter
This commit is contained in:
parent
8b71158540
commit
0d4609f536
@ -232,6 +232,11 @@ namespace Catch
|
||||
unusedGroupInfo.reset();
|
||||
}
|
||||
virtual void testRunEnded( Ptr<TestRunStats const> const& /* _testRunStats */ ) {
|
||||
currentSectionInfo.reset();
|
||||
unusedSectionInfo.reset();
|
||||
unusedTestCaseInfo.reset();
|
||||
unusedGroupInfo.reset();
|
||||
testRunInfo.reset();
|
||||
}
|
||||
|
||||
ReporterConfig m_config;
|
||||
|
Loading…
Reference in New Issue
Block a user