![]() |
Imt.Base C++ API V4.1.1.0
|
Test base class. More...
#include <Imt.Base.Dff.UnitTest.Helper/inc/Imt.Base.Dff.UnitTest.Helper/TestBase.h>
Public Member Functions | |
virtual void | testBaseSetUp () |
Setup test. | |
virtual void | testBaseTearDown () |
Tear down test. | |
Static Public Member Functions | |
static void | testBaseAssemblySetUp () |
Setup test assembly. | |
static void | testBaseAssemblyTearDown () |
Tear down test assembly. | |
Test base class.
Allows to inject setup and teardown code into generated tests. To implement the methods, implement the methods testBaseSetUp() and testBaseTearDown() in a TestBase.cpp and define the TEST_BASE_CUSTOM macro in PlatformConfigApp.h.
Definition at line 16 of file TestBase.h.
|
inlinestatic |
Setup test assembly.
Does nothing in case TEST_BASE_CUSTOM ist not defined.
Definition at line 23 of file TestBase.h.
|
inlinestatic |
Tear down test assembly.
Does nothing in case TEST_BASE_CUSTOM ist not defined.
Definition at line 40 of file TestBase.h.
|
inlinevirtual |
Setup test.
Does nothing in case TEST_BASE_CUSTOM is not defined.
Definition at line 29 of file TestBase.h.
|
inlinevirtual |
Tear down test.
Does nothing in case TEST_BASE_CUSTOM is not defined.
Definition at line 34 of file TestBase.h.