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

Method TestWidgets

Wrappers/TestApp_Managed/Test.cs:11–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 public class Test
10 {
11 public static void TestWidgets()
12 {
13 Test_Button.Test();
14 Test_ComboBox.Test();
15 Test_DDContainer.Test();
16 Test_EditBox.Test();
17 Test_ItemBox.Test();
18 Test_ListBox.Test();
19 Test_MenuBar.Test();
20 Test_MenuControl.Test();
21 Test_MultiListBox.Test();
22 Test_PopupMenu.Test();
23 Test_ProgressBar.Test();
24 Test_ScrollView.Test();
25 Test_ImageBox.Test();
26 Test_TextBox.Test();
27 Test_TabControl.Test();
28 Test_ScrollBar.Test();
29 Test_Widget.Test();
30 Test_Window.Test();
31
32 Test_Gui.Test();
33 }
34 }
35}

Callers 2

DefaultPlatformTestMethod · 0.45
PoorPlatformTestMethod · 0.45

Calls 1

TestMethod · 0.45

Tested by

no test coverage detected