Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
TestAssertActionHandler.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_DFF_UNIT_TEST_HELPER_TESTASSERTACTIONHANDLER_H
4#define IMT_BASE_DFF_UNIT_TEST_HELPER_TESTASSERTACTIONHANDLER_H
5
9
10namespace unitTestHelper {
11
16
17public:
18
22 static void initAssertHandling();
23
29
33 static void reset();
34
35private:
36
40 static void assertDebugEventHandler(::imt::base::core::diagnostics::AssertActionManager::AssertEvent actionEvent, char_t const* const pMsg);
41
45 static void assertExEventHandler(::imt::base::core::diagnostics::AssertActionManager::AssertEvent actionEvent, char_t const* const pMsg);
46
47 static uint32_t s_assertDebugCount;
48};
49
50} // namespace unitTestHelper
51
52#endif // IMT_BASE_DFF_UNIT_TEST_HELPER_TESTASSERTACTIONHANDLER_H
AssertEvent
Defines different assert action events.
Base class for a static class that disables construction, copy, assignment and move of instances.
Definition StaticClass.h:48
Helper class for initializing the AssertActionManager.
static uint32_t getAssertDebugCount()
Returns the number of asserts occured.
static void initAssertHandling()
Initializes the assertion handling.
static void reset()
Clears the number of asserts occured.
char char_t
The char_t typedef does not indicate size and signedness and is simply included to allow char objects...
Definition stdchar.h:55
unsigned __int32 uint32_t
Definition stdint.h:64