mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-01 09:27:54 +00:00
Refactored reporter related code into interface based design
This commit is contained in:
parent
6ea8f298a4
commit
e846e0744d
11 changed files with 273 additions and 135 deletions
|
@ -251,7 +251,7 @@ namespace Catch
|
|||
const RunnerConfig& m_config;
|
||||
std::size_t m_successes;
|
||||
std::size_t m_failures;
|
||||
ITestReporter* m_reporter;
|
||||
IReporter* m_reporter;
|
||||
std::vector<ScopedInfo*> m_scopedInfos;
|
||||
std::vector<ResultInfo> m_info;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue