mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-21 03:55:39 +02:00
Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch
This commit is contained in:
@@ -70,8 +70,6 @@ namespace Catch {
|
||||
bool listTags() const;
|
||||
bool listReporters() const;
|
||||
|
||||
Verbosity verbosity() const;
|
||||
|
||||
std::string getProcessName() const;
|
||||
|
||||
std::vector<std::string> const& getReporterNames() const;
|
||||
@@ -94,6 +92,7 @@ namespace Catch {
|
||||
virtual bool shouldDebugBreak() const override;
|
||||
virtual int abortAfter() const override;
|
||||
virtual bool showInvisibles() const override;
|
||||
virtual Verbosity verbosity() const override;
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user