#include <iostream>
#include <TaskContext.hpp>
#include <OperationCaller.hpp>
#include <Operation.hpp>
#include <internal/RemoteOperationCaller.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 (testRemoteOperationCaller) | |
BOOST_AUTO_TEST_CASE (testOperationCallerC_Call) | |
BOOST_AUTO_TEST_CASE (testOperationCallerC_Send) | |
BOOST_AUTO_TEST_CASE (testOperationCallerFromDS) | |
BOOST_AUTO_TEST_CASE (testRemoteOperationCallerFactory) |
#define ORO_TEST_OPERATION_CALLER |
Definition at line 21 of file remote_method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testRemoteOperationCaller | ) |
This test suite tests the RTT::internal::RemoteOperationCaller class and its dependencies, being OperationCallerC and SendHandleC.
Definition at line 39 of file remote_method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testOperationCallerC_Call | ) |
Definition at line 63 of file remote_method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testOperationCallerC_Send | ) |
Definition at line 103 of file remote_method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testOperationCallerFromDS | ) |
Definition at line 196 of file remote_method_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testRemoteOperationCallerFactory | ) |
Definition at line 241 of file remote_method_test.cpp.