#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 (testEmptyProgram) | |
BOOST_AUTO_TEST_CASE (testReturnProgram) | |
BOOST_AUTO_TEST_CASE (testProgramError) | |
BOOST_AUTO_TEST_CASE (testrunScriptError) | |
BOOST_AUTO_TEST_CASE (test_getProgramText) | |
BOOST_AUTO_TEST_CASE (test_getProgramText_runScript) | |
BOOST_AUTO_TEST_CASE (testParseProgram) | |
BOOST_AUTO_TEST_CASE (testProgramFailure) | |
BOOST_AUTO_TEST_CASE (testProgramCondition) | |
BOOST_AUTO_TEST_CASE (testProgramBreak) | |
BOOST_AUTO_TEST_CASE (testProgramLoops) | |
BOOST_AUTO_TEST_CASE (testProgramAnd) | |
BOOST_AUTO_TEST_CASE (testProgramTry) | |
BOOST_AUTO_TEST_CASE (testProgramToProgram) | |
BOOST_AUTO_TEST_CASE (testProgramCallFoo) | |
BOOST_AUTO_TEST_CASE (testProgramSendFoo) | |
BOOST_AUTO_TEST_CASE (testProgramCmdFoo) | |
BOOST_AUTO_TEST_CASE (testSend) | |
BOOST_AUTO_TEST_CASE (testCmd) | |
BOOST_AUTO_TEST_CASE | ( | testEmptyProgram | ) |
Definition at line 84 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testReturnProgram | ) |
Definition at line 101 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramError | ) |
Definition at line 110 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testrunScriptError | ) |
Definition at line 123 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | test_getProgramText | ) |
Definition at line 132 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | test_getProgramText_runScript | ) |
Definition at line 147 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testParseProgram | ) |
Definition at line 161 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramFailure | ) |
Definition at line 192 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramCondition | ) |
Definition at line 203 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramBreak | ) |
Definition at line 248 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramLoops | ) |
Definition at line 291 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramAnd | ) |
Definition at line 389 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramTry | ) |
Definition at line 400 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramToProgram | ) |
Definition at line 431 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramCallFoo | ) |
Definition at line 471 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramSendFoo | ) |
Definition at line 493 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testProgramCmdFoo | ) |
Definition at line 529 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testSend | ) |
Definition at line 556 of file program_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testCmd | ) |
Definition at line 590 of file program_test.cpp.