#include <TaskContext.hpp>#include <OperationCaller.hpp>#include <Operation.hpp>#include <Service.hpp>#include "unit.hpp"#include "operations_fixture.hpp"
Go to the source code of this file.
Defines | |
| #define | ORO_TEST_OPERATION_CALLER |
Functions | |
| BOOST_AUTO_TEST_CASE (testDSOperationCaller) | |
| BOOST_AUTO_TEST_CASE (testRefAndConstRefOperationCallerCall_OwnThread) | |
| BOOST_AUTO_TEST_CASE (testRefAndConstRefOperationCallerCall_ClientThread) | |
| BOOST_AUTO_TEST_CASE (testLocalOperationCallerFactory) | |
| BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerSend) | |
| BOOST_AUTO_TEST_CASE (testClientThreadOperationCallerSend) | |
| BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerCall) | |
| BOOST_AUTO_TEST_CASE (testClientThreadOperationCaller) | |
| #define ORO_TEST_OPERATION_CALLER |
Definition at line 21 of file method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testDSOperationCaller | ) |
Definition at line 357 of file method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testRefAndConstRefOperationCallerCall_OwnThread | ) |
Definition at line 338 of file method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testRefAndConstRefOperationCallerCall_ClientThread | ) |
Definition at line 319 of file method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testLocalOperationCallerFactory | ) |
Definition at line 240 of file method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerSend | ) |
Definition at line 161 of file method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testClientThreadOperationCallerSend | ) |
Definition at line 82 of file method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerCall | ) |
Definition at line 58 of file method_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testClientThreadOperationCaller | ) |
This test suite tests the RTT::OperationCaller object's LocalOperationCaller implementation.
Definition at line 36 of file method_test.cpp.