#include <TaskContext.hpp>
#include <OperationCaller.hpp>
#include <Operation.hpp>
#include <Service.hpp>
#include <ServiceRequester.hpp>
#include "unit.hpp"
#include "operations_fixture.hpp"
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testClientThreadCall) | |
BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerComponentCall) | |
BOOST_AUTO_TEST_CASE (testClientThreadOperationCallerSend) | |
BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerSend) | |
BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerSend_ChangePolicy) | |
BOOST_AUTO_TEST_CASE | ( | testClientThreadCall | ) |
This test suite is very similar to method_test, but uses the provides interface instead of the direct function pointers.
Definition at line 38 of file service_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerComponentCall | ) |
Definition at line 69 of file service_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testClientThreadOperationCallerSend | ) |
Definition at line 125 of file service_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerSend | ) |
Definition at line 228 of file service_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerSend_ChangePolicy | ) |
Definition at line 332 of file service_test.cpp.