MCPcopy Create free account
hub / github.com/MyGUI/mygui / PoorPlatformTest

Method PoorPlatformTest

Wrappers/TestApp_Managed/Program.cs:36–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 5

CreatePlatformMethod · 0.80
CreateGuiMethod · 0.80
DestroyGuiMethod · 0.80
DestroyPlatformMethod · 0.80
TestWidgetsMethod · 0.45

Tested by

no test coverage detected