ec0562b892d15ccf148073dfcd5d2fb82defa734
[platform/framework/web/web-ui-fw.git] / tests / unit-tests / tests.js
1 var TESTS = {
2         "testPages":[
3                 // Put your test here
4                 "autodividers",
5                 "button",
6                 "check",
7                 "color",
8                 "controlbar",
9                 "datetimepicker",
10                 "dayselector",
11                 "expandablelist",
12                 "extendablelist",
13                 "handler",
14                 "imageslider",
15                 "listviewcontrols",
16                 "multibuttonentry",
17                 "multimediaview",
18                 "navigationbar",
19                 "nocontents",
20                 "notification",
21                 "optionheader",
22                 "pagecontrol",
23                 "popupwindow",
24                 "popupwindow_ctxpopup",
25                 "progressbar",
26                 "radio",
27                 "searchbar",
28                 "segmentcontrol",
29                 "shortcutscroll",
30                 "slider",
31                 "swipelist",
32                 "toggleswitch",
33                 "virtuallist",
34                 "virtualgrid",
35                 "collapsible"
36         ]
37 };