Free Electron
Public Types | Public Attributes | List of all members
JsonTest::PredicateContext Struct Reference

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_
 
PredicateContextnext_
 
Failure * failure_
 Related Failure, set when the PredicateContext is converted into a Failure. More...
 

Detailed Description

Context used to create the assertion callstack on failure.

Must be a POD to allow inline initialisation without stepping into the debugger.

Member Data Documentation

◆ failure_

Failure* JsonTest::PredicateContext::failure_

Related Failure, set when the PredicateContext is converted into a Failure.


The documentation for this struct was generated from the following file: