Dataflow Runtime API
2.7.4.0
|
Test base class. More...
#include <Imt.Base.Dff.UnitTest.Helper/TestBase.h>
Public Member Functions | |
virtual void | testBaseSetUp (void) |
Setup test. More... | |
virtual void | testBaseTearDown (void) |
Tear down test. 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.
|
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.