knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
ESGReasoner.cpp File Reference
#include <memory>
#include "knowrob/reasoner/prolog/PrologTests.h"
#include "knowrob/reasoner/esg/ESGReasoner.h"
#include "knowrob/reasoner/ReasonerManager.h"
Include dependency graph for ESGReasoner.cpp:

Go to the source code of this file.

Namespaces

 knowrob
 
 knowrob::testing
 

Functions

 TEST_F (ESGTests, esg)
 
 TEST_F (ESGTests, interval)
 
 TEST_F (ESGTests, workflow)
 
 TEST_F (ESGTests, parser)
 

Function Documentation

◆ TEST_F() [1/4]

TEST_F ( ESGTests  ,
esg   
)

Definition at line 37 of file ESGReasoner.cpp.

37 { runTests(getPath("esg.plt")); }

◆ TEST_F() [2/4]

TEST_F ( ESGTests  ,
interval   
)

Definition at line 38 of file ESGReasoner.cpp.

38 { runTests(getPath("interval.plt")); }

◆ TEST_F() [3/4]

TEST_F ( ESGTests  ,
parser   
)

Definition at line 40 of file ESGReasoner.cpp.

40 { runTests(getPath("parser.plt")); }

◆ TEST_F() [4/4]

TEST_F ( ESGTests  ,
workflow   
)

Definition at line 39 of file ESGReasoner.cpp.

39 { runTests(getPath("workflow.pl")); }