mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Clear state in AccumulatingReporter
This commit is contained in:
parent
8b71158540
commit
0d4609f536
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user