Struct AssertionInfo
Synopsis
#include <include/internal/catch_assertioninfo.h>
struct AssertionInfo
Description
No description yet.
Mentioned in
- Writing tests / Event Listeners / Events that can be hooked
Source
Lines 17-27 in include/internal/catch_assertioninfo.h.
struct AssertionInfo
{
StringRef macroName;
SourceLineInfo lineInfo;
StringRef capturedExpression;
ResultDisposition::Flags resultDisposition;
// We want to delete this constructor but a compiler bug in 4.8 means
// the struct is then treated as non-aggregate
//AssertionInfo() = delete;
};