IrrIMGUI  0.3.1
Classes | Functions
IrrIMGUI::UnitTest Namespace Reference

Contains unit test related definitions. More...

Classes

class  BasicMemoryLeakDetectionPlugin
 This CppUTest plugin performs the basic memory leak detection in every unti test. More...
 
class  IIMGUIHandleMock
 
class  MockHelper
 This helper class contains definitions, that can not be in IMGUIHandleMock, to prevent tight coupling between DLL and Unit Test Framework. More...
 

Functions

void createIMGUIDummyFont (void)
 Creates a dummy font in IMGUI to prevent errors for unit-tests that uses the mock. More...
 
IGUITexturegetDummyTexture (void)
 

Detailed Description

Contains unit test related definitions.

Function Documentation

IRRIMGUI_DLL_API void IrrIMGUI::UnitTest::createIMGUIDummyFont ( void  )

Creates a dummy font in IMGUI to prevent errors for unit-tests that uses the mock.

Definition at line 44 of file UnitTest.cpp.

Here is the caller graph for this function:

IRRIMGUI_DLL_API IGUITexture * IrrIMGUI::UnitTest::getDummyTexture ( void  )
Returns
Returns a dummy texture object for unit-test cases.

Definition at line 57 of file UnitTest.cpp.

Here is the caller graph for this function: