Added CHECKED_IF and CHECKED_ELSE

This commit is contained in:
Phil Nash
2012-02-10 08:30:13 +00:00
parent 6abf702895
commit a162e22fa3
9 changed files with 102 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ namespace Catch
class TestCaseInfo;
class ScopedInfo;
class MutableResultInfo;
class ResultInfo;
struct IResultCapture
{
@@ -66,6 +67,8 @@ namespace Catch
) = 0;
virtual std::string getCurrentTestName
() const = 0;
virtual const ResultInfo* getLastResult
() const = 0;
};