#include <TaskContext.hpp>#include <InputPort.hpp>#include <OutputPort.hpp>#include <Service.hpp>#include <ServiceRequester.hpp>#include "unit.hpp"#include "operations_fixture.hpp"
Go to the source code of this file.
| Classes | |
| struct | ServicePortFixture | 
| class | TestEventService | 
| class | TestService | 
| Functions | |
| BOOST_AUTO_TEST_CASE (testAddPort) | |
| BOOST_AUTO_TEST_CASE (testAddPortWithOwner) | |
| BOOST_AUTO_TEST_CASE (testAddEventPort) | |
| BOOST_AUTO_TEST_CASE (testAddEventPortWithOwner) | |
| BOOST_AUTO_TEST_CASE (testUsePort) | |
| BOOST_AUTO_TEST_CASE (testUsePortWithOwner) | |
| BOOST_AUTO_TEST_CASE | ( | testAddPort | ) | 
Definition at line 46 of file service_port_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testAddPortWithOwner | ) | 
Definition at line 60 of file service_port_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testAddEventPort | ) | 
Definition at line 75 of file service_port_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testAddEventPortWithOwner | ) | 
Definition at line 89 of file service_port_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testUsePort | ) | 
Definition at line 106 of file service_port_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testUsePortWithOwner | ) | 
Definition at line 136 of file service_port_test.cpp.