Added ability to show “invisibles” in strings (just tabs and newline chars, for now).

This commit is contained in:
Phil Nash
2014-04-22 18:23:42 +01:00
parent f219194199
commit 7059b2cdac
4 changed files with 30 additions and 6 deletions

View File

@@ -46,6 +46,7 @@ namespace Catch {
virtual bool shouldDebugBreak() const = 0;
virtual bool warnAboutMissingAssertions() const = 0;
virtual int abortAfter() const = 0;
virtual bool showInvisibles() const = 0;
virtual ShowDurations::OrNot showDurations() const = 0;
virtual std::vector<TestCaseFilters> const& filters() const = 0;
};