Renamed TestCaseInfo -> TestCase

This commit is contained in:
Phil Nash
2012-11-22 19:17:20 +00:00
parent 37f3820747
commit 06a671a349
21 changed files with 146 additions and 95 deletions

View File

@@ -16,7 +16,7 @@
namespace Catch {
class TestCaseInfo;
class TestCase;
class Stream;
struct IResultCapture;
struct IRunner;