First cut of new test spec parser code

This commit is contained in:
Phil Nash
2014-05-16 06:50:00 +01:00
parent ad4489043b
commit f8cff10ff6
7 changed files with 410 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ namespace Catch {
bool throws;
};
class TestCase : protected TestCaseInfo {
class TestCase : public TestCaseInfo {
public:
TestCase( ITestCase* testCase, TestCaseInfo const& info );