#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 (testOwnThreadOperationCallerSend_ChangePolicy) | |
| BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerSend) | |
| BOOST_AUTO_TEST_CASE (testClientThreadOperationCallerSend) | |
| BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerCall) | |
| BOOST_AUTO_TEST_CASE (testClientThreadCall) | |
| BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerSend_ChangePolicy | ) |
Definition at line 308 of file service_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerSend | ) |
Definition at line 204 of file service_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testClientThreadOperationCallerSend | ) |
Definition at line 101 of file service_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerCall | ) |
Definition at line 69 of file service_test.cpp.
| 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.