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

@ -13,7 +13,7 @@
#include <string>
namespace Catch {
class TestCaseInfo;
class TestCase;
struct IRunner {
virtual ~IRunner();