#include "unit.hpp"#include <iostream>#include <sstream>#include <string>#include <scripting/Parser.hpp>#include <scripting/FunctionGraph.hpp>#include <scripting/ScriptingService.hpp>#include <extras/SimulationThread.hpp>#include <extras/SimulationActivity.hpp>#include <Service.hpp>#include <TaskContext.hpp>#include <OperationCaller.hpp>#include "operations_fixture.hpp"
Go to the source code of this file.
Classes | |
| class | ProgramTest |
Functions | |
| BOOST_AUTO_TEST_CASE (testSend) | |
| BOOST_AUTO_TEST_CASE (testProgramDoFoo) | |
| BOOST_AUTO_TEST_CASE (testProgramCallFoo) | |
| BOOST_AUTO_TEST_CASE (testProgramToProgram) | |
| BOOST_AUTO_TEST_CASE (testProgramTry) | |
| BOOST_AUTO_TEST_CASE (testProgramAnd) | |
| BOOST_AUTO_TEST_CASE (testProgramLoops) | |
| BOOST_AUTO_TEST_CASE (testProgramBreak) | |
| BOOST_AUTO_TEST_CASE (testProgramCondition) | |
| BOOST_AUTO_TEST_CASE (testProgramFailure) | |
| BOOST_AUTO_TEST_CASE (testParseProgram) | |
| BOOST_AUTO_TEST_CASE (test_getProgramText_runScript) | |
| BOOST_AUTO_TEST_CASE (test_getProgramText) | |
| BOOST_AUTO_TEST_CASE (testrunScriptError) | |
| BOOST_AUTO_TEST_CASE (testProgramError) | |
| BOOST_AUTO_TEST_CASE (testReturnProgram) | |
| BOOST_AUTO_TEST_CASE (testEmptyProgram) | |
| BOOST_AUTO_TEST_CASE | ( | testSend | ) |
Definition at line 512 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testProgramDoFoo | ) |
Definition at line 490 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testProgramCallFoo | ) |
Definition at line 468 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testProgramToProgram | ) |
Definition at line 428 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testProgramTry | ) |
Definition at line 397 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testProgramAnd | ) |
Definition at line 386 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testProgramLoops | ) |
Definition at line 288 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testProgramBreak | ) |
Definition at line 245 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testProgramCondition | ) |
Definition at line 200 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testProgramFailure | ) |
Definition at line 189 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testParseProgram | ) |
Definition at line 158 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_getProgramText_runScript | ) |
Definition at line 144 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_getProgramText | ) |
Definition at line 129 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testrunScriptError | ) |
Definition at line 120 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testProgramError | ) |
Definition at line 107 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testReturnProgram | ) |
Definition at line 98 of file program_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testEmptyProgram | ) |
Definition at line 81 of file program_test.cpp.