locsrv_plat/map_and_navigation_api/tsrc/conf/testmapandnavapi.cfg
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 [Define]
       
     2 KErrNotFound -1
       
     3 KErrNotSupported -5
       
     4 KErrArgument -6
       
     5 KErrAlreadyExists -11 
       
     6 [Enddefine]
       
     7 
       
     8 [Test]
       
     9 title Create Navigator
       
    10 create testmapandnavapi foobar
       
    11 foobar CreateNavigator
       
    12 delete foobar
       
    13 [Endtest] 
       
    14 
       
    15 [Test]
       
    16 title Set Navigator Exit Observer
       
    17 create testmapandnavapi foobar
       
    18 foobar SetNavigatorExitObserver
       
    19 delete foobar
       
    20 [Endtest] 
       
    21 
       
    22 [Test]
       
    23 title Remove Navigator Exit Observer
       
    24 create testmapandnavapi foobar
       
    25 foobar RemoveNavigatorExitObserver
       
    26 delete foobar
       
    27 [Endtest] 
       
    28 
       
    29 [Test]
       
    30 title Create MapView
       
    31 create testmapandnavapi foobar
       
    32 foobar CreateMapView
       
    33 delete foobar
       
    34 [Endtest]
       
    35 
       
    36 [Test]
       
    37 title Add Linked Landmarks To Show
       
    38 create testmapandnavapi foobar
       
    39 foobar AddLinkedLmksToShow
       
    40 delete foobar
       
    41 [Endtest]  
       
    42 
       
    43 [Test]
       
    44 title Add Landmarks To Show
       
    45 create testmapandnavapi foobar
       
    46 foobar AddLmksToShow
       
    47 delete foobar
       
    48 [Endtest]
       
    49 
       
    50 [Test]
       
    51 title Add Packed Landmarks To Show
       
    52 create testmapandnavapi foobar
       
    53 foobar AddPackedLmksToShow
       
    54 delete foobar
       
    55 [Endtest]  
       
    56 
       
    57 [Test]
       
    58 title Reset Landmarks To Show
       
    59 create testmapandnavapi foobar
       
    60 foobar ResetLmksToShow
       
    61 delete foobar
       
    62 [Endtest]  
       
    63 
       
    64 [Test]
       
    65 title Set Map Area
       
    66 create testmapandnavapi foobar
       
    67 foobar SetMapArea
       
    68 delete foobar
       
    69 [Endtest]
       
    70 
       
    71 [Test]
       
    72 title Reset Map Area
       
    73 create testmapandnavapi foobar
       
    74 foobar ResetMapArea
       
    75 delete foobar
       
    76 [Endtest]
       
    77 
       
    78 [Test]
       
    79 title Set Custom Request Text
       
    80 create testmapandnavapi foobar
       
    81 foobar SetCustomRequestText Select_A_Position
       
    82 delete foobar
       
    83 [Endtest]
       
    84 
       
    85 [Test]
       
    86 title Set Use Default Request Text
       
    87 create testmapandnavapi foobar
       
    88 foobar SetUseDefaultRequestText 
       
    89 delete foobar
       
    90 [Endtest]
       
    91 
       
    92 [Test]
       
    93 title Set Current Location Option
       
    94 create testmapandnavapi foobar
       
    95 foobar SetCurrentLocationOption
       
    96 delete foobar
       
    97 [Endtest]
       
    98 
       
    99 [Test]
       
   100 title Get Current Location Option
       
   101 create testmapandnavapi foobar
       
   102 foobar GetCurrentLocationOption
       
   103 delete foobar
       
   104 [Endtest]
       
   105 
       
   106 [Test]
       
   107 title Set And Get Map View Option
       
   108 create testmapandnavapi foobar
       
   109 foobar SetAndGetOptions
       
   110 delete foobar
       
   111 [Endtest]
       
   112 
       
   113 [Test]
       
   114 title Get Selection Result Type
       
   115 create testmapandnavapi foobar
       
   116 foobar SelectionResultType
       
   117 delete foobar
       
   118 [Endtest]
       
   119 
       
   120 [Test]
       
   121 title Select From Map
       
   122 create testmapandnavapi foobar
       
   123 foobar SelectFromMap
       
   124 delete foobar
       
   125 [Endtest]
       
   126 
       
   127 [Test]
       
   128 title Set View Exit Observer
       
   129 create testmapandnavapi foobar
       
   130 foobar SetViewExitObserver
       
   131 delete foobar
       
   132 [Endtest]
       
   133 
       
   134 [Test]
       
   135 title Remove View Exit Observer
       
   136 create testmapandnavapi foobar
       
   137 foobar RemoveViewExitObserver
       
   138 delete foobar
       
   139 [Endtest]