Dataflow Runtime API
4.0.1.0
|
Test base class. More...
#include <Imt.Base.Dff.UnitTest.Helper/TestBase.h>
Public Member Functions | |
virtual void | testBaseSetUp () |
Setup test. More... | |
virtual void | testBaseTearDown () |
Tear down test. More... | |
Static Public Member Functions | |
static void | testBaseAssemblySetUp (vid) |
Setup test assembly. More... | |
static void | testBaseAssemblyTearDown () |
Tear down test assembly. More... | |
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.
|
inlinestatic |
Setup test assembly.
Does nothing in case TEST_BASE_CUSTOM ist not defined.
|
inlinestatic |
Tear down test assembly.
Does nothing in case TEST_BASE_CUSTOM ist not defined.
|
inlinevirtual |
Setup test.
Does nothing in case TEST_BASE_CUSTOM is not defined.
|
inlinevirtual |
Tear down test.
Does nothing in case TEST_BASE_CUSTOM is not defined.