3#ifndef IMT_BASE_DFF_UNIT_TEST_HELPER_MOCKTESTBASE_H
4#define IMT_BASE_DFF_UNIT_TEST_HELPER_MOCKTESTBASE_H
22using ::imt::base::dff::runtime::mock::RuntimeMock;
24using namespace System;
25using namespace System::Text;
26using namespace Microsoft::VisualStudio::TestTools::UnitTesting;
38 RuntimeMock* m_pRuntimeMock {
nullptr};
59 m_pRuntimeMock =
new RuntimeMock {};
71 delete m_pRuntimeMock;
static bool hasMemoryLeak()
Stops memory leak detection.
static void startDetection()
Starts memory leak detection.
Mocking input channel for unit test which allows to pass data to the input port.
static constexpr uint16_t TIMER
RuntimeTimer Timer.
Event arguments which are passed when a timer is fired.
void setTimerIdentifier(RuntimeTimer::TimerHandle const timerHandle)
Set the timer handle identifier which can be serialized.
int16_t TimerHandle
A TimerHandle is used to identify a timer with a unique number.
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.
static void sendSignal(::imt::base::dff::activeparts::test::ChannelMockIn *const pChannelIn, uint16_t const protocolIdentifier)
Sends a signal over the channelIn.
Base class for all UnitTests which use the mocking infrastructure.
static void baseAssemblyTearDown()
Test assembly cleanup.
void assertUnexpectedMessage(::imt::base::dff::activeparts::test::ChannelMockIn *pChannelIn, uint16_t protocolId)
Asserts that a debug assertion is triggered on the given message.
void assertUnexpectedTimer(::imt::base::dff::activeparts::test::ChannelMockIn *pChannelIn)
Asserts that a debug assertion is triggered on a timer event.
void baseTearDown()
Tear down test.
void baseSetUp()
Setup test.
static void baseAssemblySetUp(TestContext ^ context)
Setup assembly.
virtual void assertNoMessagesSent()
Asserts that no messages have been sent on any channel.
static uint32_t getAssertDebugCount()
Returns the number of asserts occured.
static void initAssertHandling()
Initializes the assertion handling.
virtual void testBaseSetUp()
Setup test.
static void testBaseAssemblyTearDown()
Tear down test assembly.
virtual void testBaseTearDown()
Tear down test.
static void testBaseAssemblySetUp()
Setup test assembly.
unsigned __int16 uint16_t