Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
unitTestHelper::TestBase Class Reference

Test base class. More...

#include <Imt.Base.Dff.UnitTest.Helper/inc/Imt.Base.Dff.UnitTest.Helper/TestBase.h>

Inheritance diagram for unitTestHelper::TestBase:
unitTestHelper::MockTestBase

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.
 

Detailed Description

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.

Member Function Documentation

◆ testBaseAssemblySetUp()

static void unitTestHelper::TestBase::testBaseAssemblySetUp ( )
inlinestatic

Setup test assembly.

Does nothing in case TEST_BASE_CUSTOM ist not defined.

Definition at line 23 of file TestBase.h.

◆ testBaseAssemblyTearDown()

static void unitTestHelper::TestBase::testBaseAssemblyTearDown ( )
inlinestatic

Tear down test assembly.

Does nothing in case TEST_BASE_CUSTOM ist not defined.

Definition at line 40 of file TestBase.h.

◆ testBaseSetUp()

virtual void unitTestHelper::TestBase::testBaseSetUp ( )
inlinevirtual

Setup test.

Does nothing in case TEST_BASE_CUSTOM is not defined.

Definition at line 29 of file TestBase.h.

◆ testBaseTearDown()

virtual void unitTestHelper::TestBase::testBaseTearDown ( )
inlinevirtual

Tear down test.

Does nothing in case TEST_BASE_CUSTOM is not defined.

Definition at line 34 of file TestBase.h.


The documentation for this class was generated from the following file: