mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-01 01:18:02 +00:00
Console reporter is now the default
This commit is contained in:
parent
f4c0a1848d
commit
bcad093af7
8 changed files with 613 additions and 477 deletions
|
@ -53,7 +53,7 @@ namespace Catch {
|
|||
EmbeddedRunner() : m_reporter( new NullStreamingReporter() ) {}
|
||||
|
||||
Totals runMatching( const std::string& rawTestSpec,
|
||||
const std::string& reporter = "basic" );
|
||||
const std::string& reporter = "console" );
|
||||
|
||||
private:
|
||||
Ptr<IStreamingReporter> m_reporter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue