()
| 34 | } |
| 35 | |
| 36 | private static void PoorPlatformTest() |
| 37 | { |
| 38 | Platform.CreatePlatform("MyGUI.log"); |
| 39 | Platform.CreateGui("MyGUICore.xml"); |
| 40 | |
| 41 | Test.TestWidgets(); |
| 42 | |
| 43 | Platform.DestroyGui(); |
| 44 | Platform.DestroyPlatform(); |
| 45 | } |
| 46 | } |
| 47 | } |
nothing calls this directly
no test coverage detected