Lumiera  0.pre.03
»edit your freedom«
QueryUtils_test Class Reference

Description

Test:
check the various small helpers and utilities we utilise for dealing with ConfigQuery

Definition at line 65 of file query-utils-test.cpp.

Private Member Functions

void check_countPred ()
 
void check_extractID ()
 
void check_normaliseID ()
 
void check_removeTerm ()
 
void CHECK_removeTerm (Symbol sym, string input, string extracted, string modified)
 
virtual void run (Arg arg)
 

Member Function Documentation

◆ check_normaliseID()

void check_normaliseID ( )
inlineprivate
Test:
sanitising and normalising various tokens

Definition at line 83 of file query-utils-test.cpp.

References lib::query::normaliseID().

+ Here is the call graph for this function:

◆ check_extractID()

void check_extractID ( )
inlineprivate
Test:
the simple regexp extracting a parameter token

Definition at line 101 of file query-utils-test.cpp.

References lib::query::extractID().

+ Here is the call graph for this function:

◆ check_removeTerm()

void check_removeTerm ( )
inlineprivate
Test:
the regexp based cutting of a term with given symbol

Definition at line 118 of file query-utils-test.cpp.

References lib::query::removeTerm().

+ Here is the call graph for this function:

◆ check_countPred()

void check_countPred ( )
inlineprivate
Test:
counting of predicates in a query (currently 4/08 regexp based...)

Definition at line 146 of file query-utils-test.cpp.

References lib::query::countPred(), and lib::query::test::garbage_query().

+ Here is the call graph for this function:
+ Inheritance diagram for QueryUtils_test:
+ Collaboration diagram for QueryUtils_test:

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