JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Data Structures | Functions
StaticEvalVisitorTest.cpp File Reference
#include <gtest/gtest.h>
#include <joda/query/values/IsXBoolProvider.h>
#include "../../../../include/joda/query/Query.h"
#include "../../../../values/include/joda/query/values/IValueProvider.h"
#include "../../../../values/include/joda/query/values/PointerProvider.h"
#include "../../../include/joda/query/predicate/PredFWD.h"
#include "../../../include/joda/query/predicate/StaticEvalVisitor.h"
#include "../../../include/joda/query/predicate/ToStringVisitor.h"
#include "joda/query/values/AtomProvider.h"
Include dependency graph for StaticEvalVisitorTest.cpp:

Data Structures

class  StaticEvalVisitorTest
 

Functions

 TEST_F (StaticEvalVisitorTest, TrueAndTrue)
 
 TEST_F (StaticEvalVisitorTest, FalseAndTrue)
 
 TEST_F (StaticEvalVisitorTest, TrueAndFalse)
 
 TEST_F (StaticEvalVisitorTest, FalseAndFalse)
 
 TEST_F (StaticEvalVisitorTest, TrueAndDyn)
 
 TEST_F (StaticEvalVisitorTest, FalseAndDyn)
 
 TEST_F (StaticEvalVisitorTest, DynAndFalse)
 
 TEST_F (StaticEvalVisitorTest, DynAndTrue)
 
 TEST_F (StaticEvalVisitorTest, DynAndDyn)
 
 TEST_F (StaticEvalVisitorTest, TrueOrTrue)
 
 TEST_F (StaticEvalVisitorTest, FalseOrTrue)
 
 TEST_F (StaticEvalVisitorTest, TrueOrFalse)
 
 TEST_F (StaticEvalVisitorTest, FalseOrFalse)
 
 TEST_F (StaticEvalVisitorTest, TrueOrDyn)
 
 TEST_F (StaticEvalVisitorTest, FalseOrDyn)
 
 TEST_F (StaticEvalVisitorTest, DynOrFalse)
 
 TEST_F (StaticEvalVisitorTest, DynOrTrue)
 
 TEST_F (StaticEvalVisitorTest, DynOrDyn)
 
 TEST_F (StaticEvalVisitorTest, NotTrue)
 
 TEST_F (StaticEvalVisitorTest, NotFalse)
 
 TEST_F (StaticEvalVisitorTest, NotDyn)
 
 TEST_F (StaticEvalVisitorTest, EqualNumTrue)
 
 TEST_F (StaticEvalVisitorTest, EqualNumFalse)
 
 TEST_F (StaticEvalVisitorTest, NEqualNumTrue)
 
 TEST_F (StaticEvalVisitorTest, NEqualNumFalse)
 
 TEST_F (StaticEvalVisitorTest, EqualStringTrue)
 
 TEST_F (StaticEvalVisitorTest, EqualStringFalse)
 
 TEST_F (StaticEvalVisitorTest, NEqualStringTrue)
 
 TEST_F (StaticEvalVisitorTest, NEqualStringFalse)
 
 TEST_F (StaticEvalVisitorTest, EqualDyn)
 
 TEST_F (StaticEvalVisitorTest, OneGOne)
 
 TEST_F (StaticEvalVisitorTest, OneGEOne)
 
 TEST_F (StaticEvalVisitorTest, OneGETwo)
 
 TEST_F (StaticEvalVisitorTest, OneGTwo)
 
 TEST_F (StaticEvalVisitorTest, TwoGOne)
 
 TEST_F (StaticEvalVisitorTest, TwoGEOne)
 
 TEST_F (StaticEvalVisitorTest, OneLOne)
 
 TEST_F (StaticEvalVisitorTest, OneLEOne)
 
 TEST_F (StaticEvalVisitorTest, OneLETwo)
 
 TEST_F (StaticEvalVisitorTest, OneLTwo)
 
 TEST_F (StaticEvalVisitorTest, TwoLOne)
 
 TEST_F (StaticEvalVisitorTest, TwoLEOne)
 
 TEST_F (StaticEvalVisitorTest, CompDyn)
 
 TEST_F (StaticEvalVisitorTest, MiscComplxI)
 

Function Documentation

◆ TEST_F() [1/44]

TEST_F ( StaticEvalVisitorTest  ,
CompDyn   
)
Here is the call graph for this function:

◆ TEST_F() [2/44]

TEST_F ( StaticEvalVisitorTest  ,
DynAndDyn   
)
Here is the call graph for this function:

◆ TEST_F() [3/44]

TEST_F ( StaticEvalVisitorTest  ,
DynAndFalse   
)
Here is the call graph for this function:

◆ TEST_F() [4/44]

TEST_F ( StaticEvalVisitorTest  ,
DynAndTrue   
)
Here is the call graph for this function:

◆ TEST_F() [5/44]

TEST_F ( StaticEvalVisitorTest  ,
DynOrDyn   
)
Here is the call graph for this function:

◆ TEST_F() [6/44]

TEST_F ( StaticEvalVisitorTest  ,
DynOrFalse   
)
Here is the call graph for this function:

◆ TEST_F() [7/44]

TEST_F ( StaticEvalVisitorTest  ,
DynOrTrue   
)
Here is the call graph for this function:

◆ TEST_F() [8/44]

TEST_F ( StaticEvalVisitorTest  ,
EqualDyn   
)
Here is the call graph for this function:

◆ TEST_F() [9/44]

TEST_F ( StaticEvalVisitorTest  ,
EqualNumFalse   
)
Here is the call graph for this function:

◆ TEST_F() [10/44]

TEST_F ( StaticEvalVisitorTest  ,
EqualNumTrue   
)
Here is the call graph for this function:

◆ TEST_F() [11/44]

TEST_F ( StaticEvalVisitorTest  ,
EqualStringFalse   
)
Here is the call graph for this function:

◆ TEST_F() [12/44]

TEST_F ( StaticEvalVisitorTest  ,
EqualStringTrue   
)
Here is the call graph for this function:

◆ TEST_F() [13/44]

TEST_F ( StaticEvalVisitorTest  ,
FalseAndDyn   
)
Here is the call graph for this function:

◆ TEST_F() [14/44]

TEST_F ( StaticEvalVisitorTest  ,
FalseAndFalse   
)
Here is the call graph for this function:

◆ TEST_F() [15/44]

TEST_F ( StaticEvalVisitorTest  ,
FalseAndTrue   
)
Here is the call graph for this function:

◆ TEST_F() [16/44]

TEST_F ( StaticEvalVisitorTest  ,
FalseOrDyn   
)
Here is the call graph for this function:

◆ TEST_F() [17/44]

TEST_F ( StaticEvalVisitorTest  ,
FalseOrFalse   
)
Here is the call graph for this function:

◆ TEST_F() [18/44]

TEST_F ( StaticEvalVisitorTest  ,
FalseOrTrue   
)
Here is the call graph for this function:

◆ TEST_F() [19/44]

TEST_F ( StaticEvalVisitorTest  ,
MiscComplxI   
)

= "test2"

Here is the call graph for this function:

◆ TEST_F() [20/44]

TEST_F ( StaticEvalVisitorTest  ,
NEqualNumFalse   
)
Here is the call graph for this function:

◆ TEST_F() [21/44]

TEST_F ( StaticEvalVisitorTest  ,
NEqualNumTrue   
)
Here is the call graph for this function:

◆ TEST_F() [22/44]

TEST_F ( StaticEvalVisitorTest  ,
NEqualStringFalse   
)
Here is the call graph for this function:

◆ TEST_F() [23/44]

TEST_F ( StaticEvalVisitorTest  ,
NEqualStringTrue   
)
Here is the call graph for this function:

◆ TEST_F() [24/44]

TEST_F ( StaticEvalVisitorTest  ,
NotDyn   
)

D = !D

Here is the call graph for this function:

◆ TEST_F() [25/44]

TEST_F ( StaticEvalVisitorTest  ,
NotFalse   
)

F = T

Here is the call graph for this function:

◆ TEST_F() [26/44]

TEST_F ( StaticEvalVisitorTest  ,
NotTrue   
)

T = F

Here is the call graph for this function:

◆ TEST_F() [27/44]

TEST_F ( StaticEvalVisitorTest  ,
OneGEOne   
)
Here is the call graph for this function:

◆ TEST_F() [28/44]

TEST_F ( StaticEvalVisitorTest  ,
OneGETwo   
)
Here is the call graph for this function:

◆ TEST_F() [29/44]

TEST_F ( StaticEvalVisitorTest  ,
OneGOne   
)
Here is the call graph for this function:

◆ TEST_F() [30/44]

TEST_F ( StaticEvalVisitorTest  ,
OneGTwo   
)
Here is the call graph for this function:

◆ TEST_F() [31/44]

TEST_F ( StaticEvalVisitorTest  ,
OneLEOne   
)
Here is the call graph for this function:

◆ TEST_F() [32/44]

TEST_F ( StaticEvalVisitorTest  ,
OneLETwo   
)
Here is the call graph for this function:

◆ TEST_F() [33/44]

TEST_F ( StaticEvalVisitorTest  ,
OneLOne   
)
Here is the call graph for this function:

◆ TEST_F() [34/44]

TEST_F ( StaticEvalVisitorTest  ,
OneLTwo   
)
Here is the call graph for this function:

◆ TEST_F() [35/44]

TEST_F ( StaticEvalVisitorTest  ,
TrueAndDyn   
)
Here is the call graph for this function:

◆ TEST_F() [36/44]

TEST_F ( StaticEvalVisitorTest  ,
TrueAndFalse   
)
Here is the call graph for this function:

◆ TEST_F() [37/44]

TEST_F ( StaticEvalVisitorTest  ,
TrueAndTrue   
)
Here is the call graph for this function:

◆ TEST_F() [38/44]

TEST_F ( StaticEvalVisitorTest  ,
TrueOrDyn   
)
Here is the call graph for this function:

◆ TEST_F() [39/44]

TEST_F ( StaticEvalVisitorTest  ,
TrueOrFalse   
)
Here is the call graph for this function:

◆ TEST_F() [40/44]

TEST_F ( StaticEvalVisitorTest  ,
TrueOrTrue   
)
Here is the call graph for this function:

◆ TEST_F() [41/44]

TEST_F ( StaticEvalVisitorTest  ,
TwoGEOne   
)
Here is the call graph for this function:

◆ TEST_F() [42/44]

TEST_F ( StaticEvalVisitorTest  ,
TwoGOne   
)
Here is the call graph for this function:

◆ TEST_F() [43/44]

TEST_F ( StaticEvalVisitorTest  ,
TwoLEOne   
)
Here is the call graph for this function:

◆ TEST_F() [44/44]

TEST_F ( StaticEvalVisitorTest  ,
TwoLOne   
)
Here is the call graph for this function: