#include "unit.hpp"#include "operations_fixture.hpp"#include <scripting/Parser.hpp>#include <scripting/FunctionGraph.hpp>#include <scripting/ScriptingService.hpp>#include <Service.hpp>#include <OperationCaller.hpp>
Go to the source code of this file.
Classes | |
| class | FunctionsFixture |
Functions | |
| BOOST_AUTO_TEST_CASE (testSimpleFunction) | |
| BOOST_AUTO_TEST_CASE (testSimpleReturnFunction) | |
| BOOST_AUTO_TEST_CASE (testExportFunction) | |
| BOOST_AUTO_TEST_CASE (testReturnExportFunction) | |
| BOOST_AUTO_TEST_CASE (testRecFunction) | |
| BOOST_AUTO_TEST_CASE (testCallFunction) | |
| BOOST_AUTO_TEST_CASE (testFunctionStack) | |
| BOOST_AUTO_TEST_CASE (testFunctionExportArgs) | |
| BOOST_AUTO_TEST_CASE (testFunctionCallArgs) | |
| BOOST_AUTO_TEST_CASE (testFunctionFail) | |
| BOOST_AUTO_TEST_CASE | ( | testSimpleFunction | ) |
Definition at line 52 of file function_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testSimpleReturnFunction | ) |
Definition at line 65 of file function_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testExportFunction | ) |
Definition at line 82 of file function_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testReturnExportFunction | ) |
Compare to use case above that does the same, but in C++
Definition at line 236 of file function_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testRecFunction | ) |
Definition at line 287 of file function_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCallFunction | ) |
Definition at line 320 of file function_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testFunctionStack | ) |
Definition at line 336 of file function_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testFunctionExportArgs | ) |
Definition at line 366 of file function_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testFunctionCallArgs | ) |
Definition at line 392 of file function_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testFunctionFail | ) |
Definition at line 421 of file function_test.cpp.