()
| 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 | } |
no test coverage detected