mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 03:25:40 +02:00
Added CHECKED_IF and CHECKED_ELSE
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user