#include <iostream>
#include <TaskContext.hpp>
#include <OperationCaller.hpp>
#include <Operation.hpp>
#include <Service.hpp>
#include <internal/DataSourceGenerator.hpp>
#include "unit.hpp"
#include "operations_fixture.hpp"
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testClientThreadFunctor) | |
BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerCall) | |
BOOST_AUTO_TEST_CASE (testOwnThreadOperationCallerSend) |
BOOST_AUTO_TEST_CASE | ( | testClientThreadFunctor | ) |
This test suite tests the functors (FusedMCall, FusedMCollect, FusedMSend,...) indirectly by testing the produce API of OperationInterfacePart.
Definition at line 39 of file functors_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerCall | ) |
Definition at line 91 of file functors_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testOwnThreadOperationCallerSend | ) |
Definition at line 137 of file functors_test.cpp.