Switched over to new name/ tag parser

This commit is contained in:
Phil Nash
2014-05-16 18:24:07 +01:00
parent 56b8d3a5f9
commit ae75b3774a
14 changed files with 108 additions and 433 deletions

View File

@@ -33,7 +33,7 @@ namespace Catch {
Never
}; };
class TestCaseFilters;
class TestSpec;
struct IConfig : IShared {
@@ -48,7 +48,7 @@ namespace Catch {
virtual int abortAfter() const = 0;
virtual bool showInvisibles() const = 0;
virtual ShowDurations::OrNot showDurations() const = 0;
virtual std::vector<TestCaseFilters> const& filters() const = 0;
virtual TestSpec const& testSpec() const = 0;
};
}