Export 0.2.3
[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                 "controlbar",
8                 "datetimepicker",
9                 "extendablelist",
10                 "handler",
11                 "gallery",
12                 "multimediaview",
13                 "navigationbar",
14                 "notification",
15                 "popupwindow",
16                 "popupwindow_ctxpopup",
17                 "progressbar",
18                 "radio",
19                 "searchbar",
20                 "segmentcontrol",
21                 "fastscroll",
22                 "slider",
23                 "swipe",
24                 "toggleswitch",
25                 "tokentextarea",
26                 "virtuallist",
27                 "virtualgrid",
28                 "collapsible"
29         ]
30 };