| 78 | #include <iostream> |
| 79 | |
| 80 | void MiscTest::source(const std::string& path) |
| 81 | { |
| 82 | pAgent->LoadProductions((std::string("test_agents/") + path).c_str()); |
| 83 | CPPUNIT_ASSERT_MESSAGE(pAgent->GetLastErrorDescription(), pAgent->GetLastCommandLineResult()); |
| 84 | } |
| 85 | |
| 86 | void MiscTest::setUp() |
| 87 | { |
nothing calls this directly
no test coverage detected