|
static void | sendSignal (::imt::base::dff::activeparts::test::ChannelMockIn *const pChannelIn, uint16_t const protocolIdentifier) |
| Sends a signal over the channelIn. More...
|
|
static void | sendMessage (::imt::base::dff::activeparts::test::ChannelMockIn *const pChannelIn, uint16_t const protocolIdentifier, ::imt::base::core::serialization::SerializableIfc const &pMessage) |
| Sends a single message over the channelIn. More...
|
|
static void | assertNoMessage (::imt::base::dff::activeparts::test::ChannelMockOut *const channelOut) |
| Check if no message was sent on the given output channel. More...
|
|
static void | assertMessage (::imt::base::dff::activeparts::test::ChannelMockOut *const pChannelOut, size_t pos, uint16_t const expectedProtocol) |
| Check if the message at the given position has the given protocol identifier. More...
|
|
template<typename MessageType > |
static void | assertMessage (::imt::base::dff::activeparts::test::ChannelMockOut *const pChannelOut, size_t pos, uint16_t const expectedProtocol, MessageType const &expectedMessage) |
| Check if the message at the given position has the given protocol identifier and message data. More...
|
|
static void | assertNextMessage (::imt::base::dff::activeparts::test::ChannelMockOut *const pChannelOut, uint16_t const expectedProtocol) |
| Check if the oldest message on the channel has the given protocol identifier. More...
|
|
template<typename MessageType > |
static void | assertNextMessage (::imt::base::dff::activeparts::test::ChannelMockOut *const pChannelOut, uint16_t const expectedProtocol, MessageType const &expectedMessage) |
| Check if the oldest message on the channel has the given protocol identifier and message data. More...
|
|
static void | assertNextMessageAndPop (::imt::base::dff::activeparts::test::ChannelMockOut *const pChannelOut, uint16_t const expectedProtocol) |
| Check if the oldest message on the channel has the given protocol identifier and dequeues the message. More...
|
|
template<typename MessageType > |
static void | assertNextMessageAndPop (::imt::base::dff::activeparts::test::ChannelMockOut *const pChannelOut, uint16_t const expectedProtocol, MessageType const &expectedMessage) |
| Check if the oldest message on the channel has the given protocol identifier and message data and dequeues the message. More...
|
|
Helper for sending messages to an active part.