Refactored last usages of old tag parser and removed all the, now redundant, tag parsing code

This commit is contained in:
Phil Nash
2014-05-16 18:52:55 +01:00
parent 766491a7c4
commit 9bf43e7875
7 changed files with 42 additions and 296 deletions

View File

@@ -57,9 +57,6 @@ namespace Catch {
bool isHidden() const;
bool throws() const;
bool hasTag( std::string const& tag ) const;
bool matchesTags( std::string const& tagPattern ) const;
std::set<std::string> const& getTags() const;
void swap( TestCase& other );
bool operator == ( TestCase const& other ) const;