IrrIMGUI  0.3.1
Private Attributes | Static Private Attributes | List of all members
IrrIMGUI::UnitTest::MockHelper Class Reference

This helper class contains definitions, that can not be in IMGUIHandleMock, to prevent tight coupling between DLL and Unit Test Framework. More...

#include <MockHelper.h>

Private Attributes

friend IIMGUIHandleMock
 

Static Private Attributes

static IRRIMGUI_DLL_API bool mIsImGuiActivated = true
 If this variable is true, the mock will perform minimal IMGUI calls to not generate an error with IMGUI. More...
 

Detailed Description

This helper class contains definitions, that can not be in IMGUIHandleMock, to prevent tight coupling between DLL and Unit Test Framework.

Definition at line 55 of file MockHelper.h.

Member Data Documentation

friend IrrIMGUI::UnitTest::MockHelper::IIMGUIHandleMock
private

Definition at line 58 of file MockHelper.h.

bool IrrIMGUI::UnitTest::MockHelper::mIsImGuiActivated = true
staticprivate

If this variable is true, the mock will perform minimal IMGUI calls to not generate an error with IMGUI.

Definition at line 61 of file MockHelper.h.


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