JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Protected Member Functions | Static Protected Member Functions | Protected Attributes
ViewTest Class Reference
Inheritance diagram for ViewTest:
[legend]
Collaboration diagram for ViewTest:
[legend]

Protected Member Functions

virtual void SetUp ()
 

Static Protected Member Functions

static RJDocument parseDoc (const std::string &str)
 
static std::string stringify (const RJDocument &doc)
 
static std::string stringify (ViewLayer &layer)
 

Protected Attributes

std::string baseDocStr = R"({"A":{"B":1,"C":2},"D":2})"
 
std::vector< std::string > baseDocPaths {""}
 
RJDocument baseDoc
 
ViewStructure struc
 

Member Function Documentation

◆ parseDoc()

static RJDocument ViewTest::parseDoc ( const std::string &  str)
inlinestaticprotected
Here is the caller graph for this function:

◆ SetUp()

virtual void ViewTest::SetUp ( )
inlineprotectedvirtual
Here is the call graph for this function:

◆ stringify() [1/2]

static std::string ViewTest::stringify ( const RJDocument doc)
inlinestaticprotected

◆ stringify() [2/2]

static std::string ViewTest::stringify ( ViewLayer layer)
inlinestaticprotected
Here is the call graph for this function:

Field Documentation

◆ baseDoc

RJDocument ViewTest::baseDoc
protected

◆ baseDocPaths

std::vector<std::string> ViewTest::baseDocPaths {""}
protected

◆ baseDocStr

std::string ViewTest::baseDocStr = R"({"A":{"B":1,"C":2},"D":2})"
protected

◆ struc

ViewStructure ViewTest::struc
protected

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