Lumiera  0.pre.03
»edit your freedom«
query-resolver-test.cpp File Reference

Go to the source code of this file.

Description

unit test QueryResolver_test

Definition in file query-resolver-test.cpp.

#include "lib/test/run.hpp"
#include "lib/test/test-helper.hpp"
#include "lib/format-cout.hpp"
#include "lib/depend.hpp"
#include "common/query/query-resolver.hpp"
#include <string>

Classes

struct  DummyResultSet< TY >
 a concrete "resolution" of the query is a set of "solutions", which can be explored by iteration. More...
 
class  DummySolutions< TY >
 an sequence of "solutions" to be "found" More...
 
class  DummySolutions< int >
 
class  DummySolutions< string >
 
class  DummyTypedSolutionProducer
 a (dummy) concrete query resolution facility. More...
 
class  QueryResolver_test
 

Typedefs

typedef Goal::QueryID const & QID
 

Functions

QueryResolver & buildTestQueryResolver ()
 
 LAUNCHER (QueryResolver_test, "unit session")
 Register this test class... More...
 

Variables

lib::Depend< DummyTypedSolutionProducer > testResolver
 

Namespaces

 lumiera
 Lumiera public interface.
 

Class Documentation

◆ lumiera::test::anonymous_namespace{query-resolver-test.cpp}::DummySolutions

class lumiera::test::anonymous_namespace{query-resolver-test.cpp}::DummySolutions
+ Collaboration diagram for DummySolutions< TY >:

Function Documentation

◆ LAUNCHER()

lumiera::test::LAUNCHER ( QueryResolver_test  ,
"unit session"   
)

Register this test class...