#include "unit.hpp"#include "operations_fixture.hpp"#include <scripting/Scripting.hpp>#include <scripting/ScriptingService.hpp>#include <extras/SequentialActivity.hpp>#include <plugin/PluginLoader.hpp>#include <scripting/Parser.hpp>#include <internal/GlobalService.hpp>#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Macros | |
| #define | MULTILINE_STRING(...) #__VA_ARGS__ |
Functions | |
| BOOST_AUTO_TEST_CASE (TestGetProvider) | |
| Tests the scripting service's functions. More... | |
| BOOST_AUTO_TEST_CASE (TestScriptingParser) | |
| BOOST_AUTO_TEST_CASE (TestScriptingFunction) | |
| BOOST_AUTO_TEST_CASE (TestScriptingFunctionWithYield) | |
| #define MULTILINE_STRING | ( | ... | ) | #__VA_ARGS__ |
Definition at line 38 of file scripting_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestGetProvider | ) |
Tests the scripting service's functions.
Definition at line 44 of file scripting_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestScriptingParser | ) |
Definition at line 75 of file scripting_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestScriptingFunction | ) |
Definition at line 210 of file scripting_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestScriptingFunctionWithYield | ) |
Definition at line 362 of file scripting_test.cpp.