MCPcopy Create free account
hub / github.com/SoarGroup/Soar / source

Method source

Tests/UnitTests/src/misctests.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78#include <iostream>
79
80void 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
86void MiscTest::setUp()
87{

Callers

nothing calls this directly

Calls 3

LoadProductionsMethod · 0.80

Tested by

no test coverage detected