
Public Member Functions | |
| void | doFunction (const std::string &prog, TaskContext *, bool test=true) |
| void | finishFunction (TaskContext *, std::string) |
| FunctionsFixture () | |
| void | loopProgram (ProgramInterfacePtr) |
Public Attributes | |
| Parser | parser |
| ScriptingService::shared_ptr | sa |
Definition at line 30 of file function_test.cpp.
| FunctionsFixture::FunctionsFixture | ( | ) | [inline] |
Definition at line 33 of file function_test.cpp.
| void FunctionsFixture::doFunction | ( | const std::string & | prog, |
| TaskContext * | tc, | ||
| bool | test = true |
||
| ) |
Definition at line 451 of file function_test.cpp.
| void FunctionsFixture::finishFunction | ( | TaskContext * | tc, |
| std::string | prog_name | ||
| ) |
Definition at line 485 of file function_test.cpp.
Definition at line 41 of file function_test.cpp.
| ScriptingService::shared_ptr FunctionsFixture::sa |
Definition at line 42 of file function_test.cpp.