Check that reporter supports requested verbosity

This commit is contained in:
Baruch Burstein
2017-07-06 01:25:49 +03:00
parent bb9f2bb3ad
commit f749347523
5 changed files with 35 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ namespace Catch {
virtual unsigned int rngSeed() const = 0;
virtual UseColour::YesOrNo useColour() const = 0;
virtual std::vector<std::string> const& getSectionsToRun() const = 0;
virtual Verbosity verbosity() const = 0;
};
using IConfigPtr = std::shared_ptr<IConfig const>;