Moved new test spec code into appropriate header

- about to remove old test spec code and rewire throughout the codebase!
This commit is contained in:
Phil Nash 2014-05-16 07:23:31 +01:00
parent 72e67693d4
commit 56b8d3a5f9
5 changed files with 199 additions and 181 deletions

View file

@ -77,6 +77,10 @@ namespace Catch {
FreeFunctionTestCase::~FreeFunctionTestCase() {}
IGeneratorInfo::~IGeneratorInfo() {}
IGeneratorsForTest::~IGeneratorsForTest() {}
TestSpec::Pattern::~Pattern() {}
TestSpec::NamePattern::~NamePattern() {}
TestSpec::TagPattern::~TagPattern() {}
TestSpec::ExcludedPattern::~ExcludedPattern() {}
Matchers::Impl::StdString::Equals::~Equals() {}
Matchers::Impl::StdString::Contains::~Contains() {}