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

Method TestWidgets

Wrappers/TestApp_Sharp/Test.cs:7–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

DefaultPlatformTestMethod · 0.45
PoorPlatformTestMethod · 0.45

Calls 1

TestMethod · 0.45

Tested by

no test coverage detected