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

@@ -63,10 +63,11 @@ namespace Catch
}
///////////////////////////////////////////////////////////////////////////
virtual ~ResultInfo
virtual ~ResultInfo
()
{
}
{
}
///////////////////////////////////////////////////////////////////////////
bool ok
()