7963c9beb5ee1fd588c81576e4025ab665c57d72
[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                 "multimediaview",
12                 "navigationbar",
13                 "notification",
14                 "popupwindow",
15                 "popupwindow_ctxpopup",
16                 "progressbar",
17                 "progress",
18                 "radio",
19                 "searchbar",
20                 "segmentcontrol",
21                 "fastscroll",
22                 "slider",
23                 "swipe",
24                 "tokentextarea",
25                 "virtuallist",
26                 "virtualgrid",
27                 "collapsible",
28                 "page"
29         ]
30 };