webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Attributes | List of all members
JsonTest::PredicateContext Struct Reference

#include <jsontest.h>

Public Types

typedef unsigned int Id
 

Public Attributes

Id id_
 
const char * file_
 
unsigned int line_
 
const char * expr_
 
PredicateContextnext_
 
Failurefailure_
 

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 Typedef Documentation

◆ Id

Member Data Documentation

◆ expr_

const char* JsonTest::PredicateContext::expr_

◆ failure_

Failure* JsonTest::PredicateContext::failure_

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

◆ file_

const char* JsonTest::PredicateContext::file_

◆ id_

Id JsonTest::PredicateContext::id_

◆ line_

unsigned int JsonTest::PredicateContext::line_

◆ next_

PredicateContext* JsonTest::PredicateContext::next_

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