#include "unit.hpp"
#include <InputPort.hpp>
#include <OutputPort.hpp>
#include <TaskContext.hpp>
#include <extras/SlaveActivity.hpp>
#include <extras/SequentialActivity.hpp>
#include <extras/SimulationActivity.hpp>
#include <extras/SimulationThread.hpp>
#include <boost/function_types/function_type.hpp>
#include <OperationCaller.hpp>
Go to the source code of this file.
Classes | |
class | EventPortsTC |
class | PortsTestFixture |
Functions | |
BOOST_AUTO_TEST_CASE (testPortTaskInterface) | |
BOOST_AUTO_TEST_CASE (testPortConnectionInitialization) | |
BOOST_AUTO_TEST_CASE (testPortSimpleConnections) | |
BOOST_AUTO_TEST_CASE (testPortOneWriterThreeReaders) | |
BOOST_AUTO_TEST_CASE (testPortThreeWritersOneReader) | |
BOOST_AUTO_TEST_CASE (testPortObjects) | |
BOOST_AUTO_TEST_CASE (testPortAddRemove) | |
BOOST_AUTO_TEST_CASE (testEventPortSignalling) | |
BOOST_AUTO_TEST_CASE (testPlainPortNotSignalling) | |
BOOST_AUTO_TEST_CASE (testPortDataSource) |
BOOST_AUTO_TEST_CASE | ( | testPortTaskInterface | ) |
Definition at line 102 of file ports_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPortConnectionInitialization | ) |
Definition at line 153 of file ports_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPortSimpleConnections | ) |
Definition at line 182 of file ports_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPortOneWriterThreeReaders | ) |
Definition at line 276 of file ports_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPortThreeWritersOneReader | ) |
Definition at line 348 of file ports_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPortObjects | ) |
Definition at line 442 of file ports_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPortAddRemove | ) |
Definition at line 515 of file ports_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testEventPortSignalling | ) |
Definition at line 574 of file ports_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPlainPortNotSignalling | ) |
Definition at line 614 of file ports_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPortDataSource | ) |
Definition at line 635 of file ports_test.cpp.