|
Fawkes API
Fawkes Development Version
|
Simple Test class that shows how to do unit testing for CLIPS. More...

Protected Member Functions | |
| virtual void | SetUp () |
| Set up the test environment. More... | |
Protected Member Functions inherited from CLIPSTest | |
| virtual void | LoadCLIPSFiles (std::vector< std::string > files) |
| Load the vector of CLIPS files into the environment. More... | |
| bool | has_fact (const std::string &fact_set_template, const std::string &query="TRUE") |
| Check if a non-ordered fact exists. More... | |
| bool | has_ordered_fact (const std::string &fact_name, const std::vector< CLIPS::Value > slot_values={}) |
| Check if an ordered fact exists. More... | |
Additional Inherited Members | |
Protected Attributes inherited from CLIPSTest | |
| CLIPS::Environment | env |
| The default CLIPS environment used to run tests. More... | |
Simple Test class that shows how to do unit testing for CLIPS.
Definition at line 24 of file test_example.cpp.
|
inlineprotectedvirtual |
Set up the test environment.
Definition at line 29 of file test_example.cpp.
References CLIPSTest::LoadCLIPSFiles().