#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.
Macros | |
#define | ORO_TEST_OPERATION_CALLER |
Functions | |
BOOST_AUTO_TEST_CASE (testClientThreadOperationCaller) | |
BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerCall) | |
BOOST_AUTO_TEST_CASE (testClientThreadOperationCallerSend) | |
BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerSend) | |
BOOST_AUTO_TEST_CASE (testLocalOperationCallerFactory) | |
BOOST_AUTO_TEST_CASE (testRefAndConstRefOperationCallerCall_ClientThread) | |
BOOST_AUTO_TEST_CASE (testRefAndConstRefOperationCallerCall_OwnThread) | |
BOOST_AUTO_TEST_CASE (testDSOperationCaller) | |
#define ORO_TEST_OPERATION_CALLER |
Definition at line 21 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.
BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerCall | ) |
Definition at line 62 of file method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testClientThreadOperationCallerSend | ) |
Definition at line 91 of file method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerSend | ) |
Definition at line 180 of file method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testLocalOperationCallerFactory | ) |
Definition at line 273 of file method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testRefAndConstRefOperationCallerCall_ClientThread | ) |
Definition at line 352 of file method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testRefAndConstRefOperationCallerCall_OwnThread | ) |
Definition at line 371 of file method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testDSOperationCaller | ) |
Definition at line 390 of file method_test.cpp.