gallery3d: Add new widget
[platform/framework/web/web-ui-fw.git] / tests / unit-tests / tests.js
1 var TESTS = {
2         "testPages":[
3                 // Put your test here
4                 "button",
5                 "check",
6                 "tabbar",
7                 "datetimepicker",
8                 "extendablelist",
9                 "handler",
10                 "gallery",
11                 "gallery3d",
12                 "multimediaview",
13                 "navigationbar",
14                 "notification",
15                 "popupwindow",
16                 "popupwindow_ctxpopup",
17                 "progressbar",
18                 "progress",
19                 "radio",
20                 "searchbar",
21                 "segmentcontrol",
22                 "fastscroll",
23                 "slider",
24                 "swipe",
25                 "tokentextarea",
26                 "virtuallist",
27                 "virtualgrid",
28                 "collapsible",
29                 "page"
30         ]
31 };