Free Electron
|
Context used to create the assertion callstack on failure. More...
#include <jsontest.h>
Public Types | |
using | Id = unsigned int |
Public Attributes | |
Id | id_ |
const char * | file_ |
unsigned int | line_ |
const char * | expr_ |
PredicateContext * | next_ |
Failure * | failure_ |
Related Failure, set when the PredicateContext is converted into a Failure. More... | |
Context used to create the assertion callstack on failure.
Must be a POD to allow inline initialisation without stepping into the debugger.
Failure* JsonTest::PredicateContext::failure_ |
Related Failure, set when the PredicateContext is converted into a Failure.