|
1 [Define] |
|
2 |
|
3 KPlace Delhi |
|
4 KLatitude 29.56 |
|
5 KLongitude 76.29 |
|
6 |
|
7 EOptionNone 0 |
|
8 EOptionDialogDisabled 1 |
|
9 |
|
10 EFindAddressByCoordinateL 0 |
|
11 EFindCoordinateByAddressL 1 |
|
12 EFindCoordinateByAddressDescL 2 |
|
13 |
|
14 KErrNotSupported -5 |
|
15 KErrCancel -3 |
|
16 |
|
17 [Enddefine] |
|
18 |
|
19 [Test] |
|
20 title TCMNCLIENTLIB0001 |
|
21 create testmnclientlib Obj |
|
22 Obj TestNewL |
|
23 print TestNewL... |
|
24 delete Obj |
|
25 [Endtest] |
|
26 |
|
27 [Test] |
|
28 title TCMNCLIENTLIB0002 |
|
29 create testmnclientlib Obj |
|
30 Obj TestNewChainedL |
|
31 print TestNewChainedL... |
|
32 delete Obj |
|
33 [Endtest] |
|
34 |
|
35 [Test] |
|
36 title TCMNCLIENTLIB0003 |
|
37 create testmnclientlib Obj |
|
38 Obj TestGetSetOptionsL EOptionNone |
|
39 print TestNewChainedL... |
|
40 delete Obj |
|
41 [Endtest] |
|
42 |
|
43 [Test] |
|
44 title TCMNCLIENTLIB0004 |
|
45 create testmnclientlib Obj |
|
46 Obj TestGetSetOptionsL EOptionDialogDisabled |
|
47 print TestNewChainedL... |
|
48 delete Obj |
|
49 [Endtest] |
|
50 |
|
51 [Test] |
|
52 title TCMNCLIENTLIB0005 |
|
53 create testmnclientlib Obj |
|
54 Obj TestFindAddressByCoordinateL KPlace KLatitude KLongitude |
|
55 print TestNewChainedL... |
|
56 delete Obj |
|
57 [Endtest] |
|
58 |
|
59 [Test] |
|
60 title TCMNCLIENTLIB0006 |
|
61 create testmnclientlib Obj |
|
62 Obj TestFindCoordinateByAddressL KPlace KLatitude KLongitude |
|
63 print TestNewChainedL... |
|
64 delete Obj |
|
65 [Endtest] |
|
66 |
|
67 [Test] |
|
68 title TCMNCLIENTLIB0007 |
|
69 create testmnclientlib Obj |
|
70 Obj TestFindCoordinateByAddressDescL KPlace KLatitude KLongitude |
|
71 print TestNewChainedL... |
|
72 delete Obj |
|
73 [Endtest] |
|
74 |
|
75 [Test] |
|
76 title TCMNCLIENTLIB0008 |
|
77 create testmnclientlib Obj |
|
78 Obj TestSetExitObserverL |
|
79 print TestNewChainedL... |
|
80 delete Obj |
|
81 [Endtest] |
|
82 |
|
83 [Test] |
|
84 title TCMNCLIENTLIB0009 |
|
85 create testmnclientlib Obj |
|
86 Obj TestRemoveExitObserverL |
|
87 print TestNewChainedL... |
|
88 delete Obj |
|
89 [Endtest] |
|
90 |
|
91 [Test] |
|
92 title TCMNCLIENTLIB0010 |
|
93 create testmnclientlib Obj |
|
94 allownextresult KErrCancel |
|
95 Obj TestCancelRequestL EFindAddressByCoordinateL KPlace KLatitude KLongitude |
|
96 print TestNewChainedL... |
|
97 delete Obj |
|
98 [Endtest] |
|
99 |
|
100 [Test] |
|
101 title TCMNCLIENTLIB0011 |
|
102 create testmnclientlib Obj |
|
103 allownextresult KErrCancel |
|
104 Obj TestCancelRequestL EFindCoordinateByAddressL KPlace KLatitude KLongitude |
|
105 print TestNewChainedL... |
|
106 delete Obj |
|
107 [Endtest] |
|
108 |
|
109 [Test] |
|
110 title TCMNCLIENTLIB0012 |
|
111 create testmnclientlib Obj |
|
112 allownextresult KErrCancel |
|
113 Obj TestCancelRequestL EFindCoordinateByAddressDescL KPlace KLatitude KLongitude |
|
114 print TestNewChainedL... |
|
115 delete Obj |
|
116 [Endtest] |
|
117 |
|
118 [Test] |
|
119 title TCMNCLIENTLIB0013 |
|
120 create testmnclientlib Obj |
|
121 Obj TestRequestPanicL EFindAddressByCoordinateL KPlace KLatitude KLongitude |
|
122 print TestNewChainedL... |
|
123 delete Obj |
|
124 [Endtest] |
|
125 |
|
126 [Test] |
|
127 title TCMNCLIENTLIB0014 |
|
128 create testmnclientlib Obj |
|
129 Obj TestRequestPanicL EFindCoordinateByAddressL KPlace KLatitude KLongitude |
|
130 print TestNewChainedL... |
|
131 delete Obj |
|
132 [Endtest] |
|
133 |
|
134 [Test] |
|
135 title TCMNCLIENTLIB0015 |
|
136 create testmnclientlib Obj |
|
137 Obj TestRequestPanicL EFindCoordinateByAddressDescL KPlace KLatitude KLongitude |
|
138 print TestNewChainedL... |
|
139 delete Obj |
|
140 [Endtest] |