|
IrrIMGUI
0.3.1
|
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... | |
| IGUITexture * | getDummyTexture (void) |
Contains unit test related definitions.
| 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.

| IRRIMGUI_DLL_API IGUITexture * IrrIMGUI::UnitTest::getDummyTexture | ( | void | ) |
Definition at line 57 of file UnitTest.cpp.

1.8.10