videoplayback/videoplaybackviews/tsrc/ut_userinputhandlertest/conf/ui_userinputhandlertest.cfg
changeset 0 96612d01cf9f
child 8 ce5ada96ab30
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 [Define]
       
     2 EMPXPbvCmdPlay 8192
       
     3 EMPXPbvCmdPause 8193
       
     4 EMPXPbvCmdPlayPause 8194
       
     5 EMPXPbvCmdStop 8195
       
     6 EMPXPbvCmdSeekForward 8205
       
     7 EMPXPbvCmdSeekBackward 8206
       
     8 EMPXPbvCmdEndSeek 8207
       
     9 EMPXPbvCmdDecreaseVolume 8210
       
    10 EMPXPbvCmdIncreaseVolume 8211
       
    11 EMPCmdNone 9000
       
    12 EMPXControlCmdSoftKeyPressed 18
       
    13 
       
    14 EAknSoftkeyBack 3001
       
    15 
       
    16 ETvOutDisconnected 0
       
    17 ETvOutConnected 1
       
    18 
       
    19 EDisplayBacklightOff 0
       
    20 EDisplayBacklightOn 1
       
    21 
       
    22 [Enddefine]
       
    23 
       
    24 
       
    25 /////////////////////////////////////////////////////////
       
    26 //
       
    27 // Media Key 'Stop'
       
    28 //	- handle if it's a 'Clicked' event
       
    29 //	- ignore if it's a 'Pressed' event
       
    30 //
       
    31 /////////////////////////////////////////////////////////
       
    32 
       
    33 [Test]
       
    34 title A1. Click media key 'Stop'
       
    35 create ui_userinputhandlertest UserInputHandlerTest
       
    36 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
    37 pause 100
       
    38 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=2
       
    39 pause 100
       
    40 UserInputHandlerTest CheckExpectedCommand EAknSoftkeyBack
       
    41 delete UserInputHandlerTest
       
    42 [Endtest]
       
    43 
       
    44 [Test]
       
    45 title A2. Press media key 'Stop'
       
    46 create ui_userinputhandlertest UserInputHandlerTest
       
    47 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
    48 pause 100
       
    49 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=0
       
    50 pause 1000
       
    51 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
    52 delete UserInputHandlerTest
       
    53 [Endtest]
       
    54 
       
    55 [Test]
       
    56 title A3. Press & release media key 'Stop'
       
    57 create ui_userinputhandlertest UserInputHandlerTest
       
    58 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
    59 pause 100
       
    60 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=0
       
    61 pause 1000
       
    62 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=1
       
    63 pause 100
       
    64 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
    65 delete UserInputHandlerTest
       
    66 [Endtest]
       
    67 
       
    68 [Test]
       
    69 title A4. Click & release media key 'Stop'
       
    70 create ui_userinputhandlertest UserInputHandlerTest
       
    71 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
    72 pause 100
       
    73 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=2
       
    74 pause 1000
       
    75 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=1
       
    76 pause 100
       
    77 UserInputHandlerTest CheckExpectedCommand EAknSoftkeyBack
       
    78 delete UserInputHandlerTest
       
    79 [Endtest]
       
    80 
       
    81 [Test]
       
    82 title A5. Click media key 'Stop' while key event 'Seek Backward' is in progress
       
    83 create ui_userinputhandlertest UserInputHandlerTest
       
    84 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
    85 pause 100
       
    86 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=2 controltype=EMpxVideoPlaybackContainer
       
    87 pause 100
       
    88 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=2
       
    89 pause 100
       
    90 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=14
       
    91 pause 100
       
    92 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
    93 delete UserInputHandlerTest
       
    94 [Endtest]
       
    95 
       
    96 [Test]
       
    97 title A6. Click media key 'Stop' after key event 'Seek Backward' is completed
       
    98 create ui_userinputhandlertest UserInputHandlerTest
       
    99 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   100 pause 100
       
   101 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=1
       
   102 pause 100
       
   103 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=14 code=1
       
   104 pause 100
       
   105 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=2
       
   106 pause 100
       
   107 UserInputHandlerTest CheckExpectedCommand EAknSoftkeyBack
       
   108 delete UserInputHandlerTest
       
   109 [Endtest]
       
   110 
       
   111 [Test]
       
   112 title A7. Click media key 'Stop' while container pointer event is in progress
       
   113 create ui_userinputhandlertest UserInputHandlerTest
       
   114 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   115 pause 100
       
   116 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   117 pause 100
       
   118 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=2
       
   119 pause 100
       
   120 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
   121 pause 100
       
   122 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   123 delete UserInputHandlerTest
       
   124 [Endtest]
       
   125 
       
   126 [Test]
       
   127 title A8. Click media key 'Stop' after container pointer event is completed
       
   128 create ui_userinputhandlertest UserInputHandlerTest
       
   129 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   130 pause 100
       
   131 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   132 pause 100
       
   133 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
   134 pause 100
       
   135 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=2
       
   136 pause 100
       
   137 UserInputHandlerTest CheckExpectedCommand EAknSoftkeyBack
       
   138 delete UserInputHandlerTest
       
   139 [Endtest]
       
   140 
       
   141 
       
   142 /////////////////////////////////////////////////////////
       
   143 //
       
   144 // Media Key 'Rewind'
       
   145 //	- handle if it's a 'Pressed' event
       
   146 //	- ignore if it's a 'Clicked' event
       
   147 //
       
   148 /////////////////////////////////////////////////////////
       
   149 
       
   150 [Test]
       
   151 title B1. Click media key 'Rewind'
       
   152 create ui_userinputhandlertest UserInputHandlerTest
       
   153 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   154 pause 100
       
   155 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=2
       
   156 pause 100
       
   157 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   158 delete UserInputHandlerTest
       
   159 [Endtest]
       
   160 
       
   161 [Test]
       
   162 title B2. Press media key 'Rewind'
       
   163 create ui_userinputhandlertest UserInputHandlerTest
       
   164 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   165 pause 100
       
   166 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=0
       
   167 pause 1000
       
   168 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
   169 delete UserInputHandlerTest
       
   170 [Endtest]
       
   171 
       
   172 [Test]
       
   173 title B3. Press & release media key 'Rewind'
       
   174 create ui_userinputhandlertest UserInputHandlerTest
       
   175 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   176 pause 100
       
   177 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=0
       
   178 pause 1000
       
   179 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=1
       
   180 pause 100
       
   181 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdEndSeek
       
   182 delete UserInputHandlerTest
       
   183 [Endtest]
       
   184 
       
   185 [Test]
       
   186 title B4. Click & release media key 'Rewind'
       
   187 create ui_userinputhandlertest UserInputHandlerTest
       
   188 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   189 pause 100
       
   190 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=2
       
   191 pause 1000
       
   192 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=1
       
   193 pause 100
       
   194 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   195 delete UserInputHandlerTest
       
   196 [Endtest]
       
   197 
       
   198 [Test]
       
   199 title B5. Press media key 'Rewind' while key event 'Seek Forward' is in progress
       
   200 create ui_userinputhandlertest UserInputHandlerTest
       
   201 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   202 pause 100
       
   203 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=3
       
   204 pause 100
       
   205 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=0
       
   206 pause 1000
       
   207 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=15
       
   208 pause 100
       
   209 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
   210 delete UserInputHandlerTest
       
   211 [Endtest]
       
   212 
       
   213 [Test]
       
   214 title B6. Press media key 'Rewind' after key event 'Seek Forward' is completed
       
   215 create ui_userinputhandlertest UserInputHandlerTest
       
   216 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   217 pause 100
       
   218 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=2
       
   219 pause 100
       
   220 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=15 code=2
       
   221 pause 100
       
   222 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=0
       
   223 pause 1000
       
   224 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
   225 delete UserInputHandlerTest
       
   226 [Endtest]
       
   227 
       
   228 [Test]
       
   229 title B7. Press media key 'Rewind' while container pointer event is in progress
       
   230 create ui_userinputhandlertest UserInputHandlerTest
       
   231 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   232 pause 100
       
   233 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   234 pause 100
       
   235 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=0
       
   236 pause 1000
       
   237 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
   238 pause 100
       
   239 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   240 delete UserInputHandlerTest
       
   241 [Endtest]
       
   242 
       
   243 [Test]
       
   244 title B8. Press media key 'Rewind' after container pointer event is completed
       
   245 create ui_userinputhandlertest UserInputHandlerTest
       
   246 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   247 pause 100
       
   248 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   249 pause 100
       
   250 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
   251 pause 100
       
   252 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=0
       
   253 pause 1000
       
   254 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
   255 delete UserInputHandlerTest
       
   256 [Endtest]
       
   257 
       
   258 
       
   259 /////////////////////////////////////////////////////////
       
   260 //
       
   261 // Media Key 'Fast Forward'
       
   262 //	- handle if it's a 'Pressed' event
       
   263 //	- ignore if it's a 'Clicked' event
       
   264 //
       
   265 /////////////////////////////////////////////////////////
       
   266 
       
   267 [Test]
       
   268 title C1. Click media key 'Fast Forward'
       
   269 create ui_userinputhandlertest UserInputHandlerTest
       
   270 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   271 pause 100
       
   272 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=2
       
   273 pause 100
       
   274 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   275 delete UserInputHandlerTest
       
   276 [Endtest]
       
   277 
       
   278 [Test]
       
   279 title C2. Press media key 'Fast Forward'
       
   280 create ui_userinputhandlertest UserInputHandlerTest
       
   281 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   282 pause 100
       
   283 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=0
       
   284 pause 1000
       
   285 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
   286 delete UserInputHandlerTest
       
   287 [Endtest]
       
   288 
       
   289 [Test]
       
   290 title C3. Press & release media key 'Fast Forward'
       
   291 create ui_userinputhandlertest UserInputHandlerTest
       
   292 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   293 pause 100
       
   294 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=0
       
   295 pause 1000
       
   296 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=1
       
   297 pause 100
       
   298 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdEndSeek
       
   299 delete UserInputHandlerTest
       
   300 [Endtest]
       
   301 
       
   302 [Test]
       
   303 title C4. Click & release media key 'Fast Forward'
       
   304 create ui_userinputhandlertest UserInputHandlerTest
       
   305 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   306 pause 100
       
   307 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=2
       
   308 pause 1000
       
   309 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=1
       
   310 pause 100
       
   311 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   312 delete UserInputHandlerTest
       
   313 [Endtest]
       
   314 
       
   315 [Test]
       
   316 title C5. Press media key 'Fast Forward' while key event 'Seek Backward' is in progress
       
   317 create ui_userinputhandlertest UserInputHandlerTest
       
   318 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   319 pause 100
       
   320 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=4
       
   321 pause 100
       
   322 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=0
       
   323 pause 1000
       
   324 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=14
       
   325 pause 100
       
   326 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
   327 delete UserInputHandlerTest
       
   328 [Endtest]
       
   329 
       
   330 [Test]
       
   331 title C6. Press media key 'Fast Forward' after key event 'Seek Backward' is completed
       
   332 create ui_userinputhandlertest UserInputHandlerTest
       
   333 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   334 pause 100
       
   335 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=3
       
   336 pause 100
       
   337 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=14 code=3
       
   338 pause 100
       
   339 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=0
       
   340 pause 1000
       
   341 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
   342 delete UserInputHandlerTest
       
   343 [Endtest]
       
   344 
       
   345 [Test]
       
   346 title C7. Press media key 'Fast Forward' while container pointer event is in progress
       
   347 create ui_userinputhandlertest UserInputHandlerTest
       
   348 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   349 pause 100
       
   350 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   351 pause 100
       
   352 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=0
       
   353 pause 1000
       
   354 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
   355 pause 100
       
   356 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   357 delete UserInputHandlerTest
       
   358 [Endtest]
       
   359 
       
   360 [Test]
       
   361 title C8. Press media key 'Fast Forward' after container pointer event is completed
       
   362 create ui_userinputhandlertest UserInputHandlerTest
       
   363 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   364 pause 100
       
   365 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   366 pause 100
       
   367 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
   368 pause 100
       
   369 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=0
       
   370 pause 1000
       
   371 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
   372 delete UserInputHandlerTest
       
   373 [Endtest]
       
   374 
       
   375 ////////////////////////////////////////////////////////////////////////////
       
   376 //
       
   377 // Media Key 'Volume Up'
       
   378 //	- handle both 'Pressed' and 'Clicked' events
       
   379 //
       
   380 ////////////////////////////////////////////////////////////////////////////
       
   381 
       
   382 [Test]
       
   383 title D1. Click media key 'Volume Up'
       
   384 create ui_userinputhandlertest UserInputHandlerTest
       
   385 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   386 pause 100
       
   387 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=2
       
   388 pause 100
       
   389 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
   390 delete UserInputHandlerTest
       
   391 [Endtest]
       
   392 
       
   393 [Test]
       
   394 title D2. Press media key 'Volume Up'
       
   395 create ui_userinputhandlertest UserInputHandlerTest
       
   396 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   397 pause 100
       
   398 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=0
       
   399 pause 1000
       
   400 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
   401 delete UserInputHandlerTest
       
   402 [Endtest]
       
   403 
       
   404 [Test]
       
   405 title D3. Press & release media key 'Volume Up'
       
   406 create ui_userinputhandlertest UserInputHandlerTest
       
   407 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   408 pause 100
       
   409 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=0
       
   410 pause 1000
       
   411 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=1
       
   412 pause 100
       
   413 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
   414 delete UserInputHandlerTest
       
   415 [Endtest]
       
   416 
       
   417 [Test]
       
   418 title D4. Click & release media key 'Volume Up'
       
   419 create ui_userinputhandlertest UserInputHandlerTest
       
   420 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   421 pause 100
       
   422 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=2
       
   423 pause 1000
       
   424 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=1
       
   425 pause 100
       
   426 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
   427 delete UserInputHandlerTest
       
   428 [Endtest]
       
   429 
       
   430 [Test]
       
   431 title D5. Press media key 'Volume Up' while key event 'Seek Backward' is in progress
       
   432 create ui_userinputhandlertest UserInputHandlerTest
       
   433 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   434 pause 100
       
   435 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=5
       
   436 pause 100
       
   437 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=0
       
   438 pause 1000
       
   439 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=14
       
   440 pause 100
       
   441 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
   442 delete UserInputHandlerTest
       
   443 [Endtest]
       
   444 
       
   445 [Test]
       
   446 title D6. Press media key 'Volume Up' after key event 'Seek Backward' is completed
       
   447 create ui_userinputhandlertest UserInputHandlerTest
       
   448 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   449 pause 100
       
   450 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=4
       
   451 pause 100
       
   452 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=14 code=4
       
   453 pause 100
       
   454 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=0
       
   455 pause 1000
       
   456 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
   457 delete UserInputHandlerTest
       
   458 [Endtest]
       
   459 
       
   460 [Test]
       
   461 title D7. Press media key 'Volume Up' while container pointer event is in progress
       
   462 create ui_userinputhandlertest UserInputHandlerTest
       
   463 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   464 pause 100
       
   465 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   466 pause 100
       
   467 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=0
       
   468 pause 1000
       
   469 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
   470 pause 100
       
   471 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   472 delete UserInputHandlerTest
       
   473 [Endtest]
       
   474 
       
   475 [Test]
       
   476 title D8. Press media key 'Volume Up' after container pointer event is completed
       
   477 create ui_userinputhandlertest UserInputHandlerTest
       
   478 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   479 pause 100
       
   480 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   481 pause 100
       
   482 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
   483 pause 100
       
   484 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=0
       
   485 pause 1000
       
   486 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
   487 delete UserInputHandlerTest
       
   488 [Endtest]
       
   489 
       
   490 
       
   491 ////////////////////////////////////////////////////////////////////////////
       
   492 //
       
   493 // Media Key 'Volume Down'
       
   494 //	- handle both 'Pressed' and 'Clicked' events
       
   495 //
       
   496 ////////////////////////////////////////////////////////////////////////////
       
   497 
       
   498 [Test]
       
   499 title E1. Click media key 'Volume Down'
       
   500 create ui_userinputhandlertest UserInputHandlerTest
       
   501 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   502 pause 100
       
   503 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=2
       
   504 pause 100
       
   505 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
   506 delete UserInputHandlerTest
       
   507 [Endtest]
       
   508 
       
   509 [Test]
       
   510 title E2. Press media key 'Volume Down'
       
   511 create ui_userinputhandlertest UserInputHandlerTest
       
   512 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   513 pause 100
       
   514 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=0
       
   515 pause 1000
       
   516 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
   517 delete UserInputHandlerTest
       
   518 [Endtest]
       
   519 
       
   520 [Test]
       
   521 title E3. Press & release media key 'Volume Down'
       
   522 create ui_userinputhandlertest UserInputHandlerTest
       
   523 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   524 pause 100
       
   525 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=0
       
   526 pause 1000
       
   527 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=1
       
   528 pause 100
       
   529 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
   530 delete UserInputHandlerTest
       
   531 [Endtest]
       
   532 
       
   533 [Test]
       
   534 title E4. Click & release media key 'Volume Down'
       
   535 create ui_userinputhandlertest UserInputHandlerTest
       
   536 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   537 pause 100
       
   538 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=2
       
   539 pause 1000
       
   540 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=1
       
   541 pause 100
       
   542 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
   543 delete UserInputHandlerTest
       
   544 [Endtest]
       
   545 
       
   546 [Test]
       
   547 title E5. Press media key 'Volume Down' while key event 'Seek Forward' is in progress
       
   548 create ui_userinputhandlertest UserInputHandlerTest
       
   549 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   550 pause 100
       
   551 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=6
       
   552 pause 100
       
   553 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=0
       
   554 pause 1000
       
   555 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=15
       
   556 pause 100
       
   557 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
   558 delete UserInputHandlerTest
       
   559 [Endtest]
       
   560 
       
   561 [Test]
       
   562 title E6. Press media key 'Volume Down' after key event 'Seek Forward' is completed
       
   563 create ui_userinputhandlertest UserInputHandlerTest
       
   564 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   565 pause 100
       
   566 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=5
       
   567 pause 100
       
   568 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=15 code=5
       
   569 pause 100
       
   570 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=0
       
   571 pause 1000
       
   572 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
   573 delete UserInputHandlerTest
       
   574 [Endtest]
       
   575 
       
   576 [Test]
       
   577 title E7. Press media key 'Volume Down' while container pointer event is in progress
       
   578 create ui_userinputhandlertest UserInputHandlerTest
       
   579 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   580 pause 100
       
   581 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   582 pause 100
       
   583 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=0
       
   584 pause 1000
       
   585 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
   586 pause 100
       
   587 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   588 delete UserInputHandlerTest
       
   589 [Endtest]
       
   590 
       
   591 [Test]
       
   592 title E8. Press media key 'Volume Down' after container pointer event is completed
       
   593 create ui_userinputhandlertest UserInputHandlerTest
       
   594 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   595 pause 100
       
   596 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   597 pause 100
       
   598 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
   599 pause 100
       
   600 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=0
       
   601 pause 1000
       
   602 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
   603 delete UserInputHandlerTest
       
   604 [Endtest]
       
   605 
       
   606 
       
   607 /////////////////////////////////////////////////////////
       
   608 //
       
   609 // Media Key 'PausePlay'
       
   610 //	- handle if it's a 'Clicked' event
       
   611 //	- ignore if it's a 'Pressed' event
       
   612 //
       
   613 /////////////////////////////////////////////////////////
       
   614 
       
   615 
       
   616 [Test]
       
   617 title F1. Click media key 'PausePlay'
       
   618 create ui_userinputhandlertest UserInputHandlerTest
       
   619 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   620 pause 100
       
   621 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=2
       
   622 pause 100
       
   623 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
   624 delete UserInputHandlerTest
       
   625 [Endtest]
       
   626 
       
   627 [Test]
       
   628 title F2. Press media key 'PausePlay'
       
   629 create ui_userinputhandlertest UserInputHandlerTest
       
   630 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   631 pause 100
       
   632 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=0
       
   633 pause 1000
       
   634 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   635 delete UserInputHandlerTest
       
   636 [Endtest]
       
   637 
       
   638 [Test]
       
   639 title F3. Press & release media key 'PausePlay'
       
   640 create ui_userinputhandlertest UserInputHandlerTest
       
   641 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   642 pause 100
       
   643 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=0
       
   644 pause 1000
       
   645 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=1
       
   646 pause 100
       
   647 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   648 delete UserInputHandlerTest
       
   649 [Endtest]
       
   650 
       
   651 [Test]
       
   652 title F4. Click & release media key 'PausePlay'
       
   653 create ui_userinputhandlertest UserInputHandlerTest
       
   654 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   655 pause 100
       
   656 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=2
       
   657 pause 1000
       
   658 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=1
       
   659 pause 100
       
   660 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
   661 delete UserInputHandlerTest
       
   662 [Endtest]
       
   663 
       
   664 [Test]
       
   665 title F5. Click media key 'PausePlay' while key event 'Volume Down' is in progress
       
   666 create ui_userinputhandlertest UserInputHandlerTest
       
   667 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   668 pause 100
       
   669 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=7
       
   670 pause 100
       
   671 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=2
       
   672 pause 100
       
   673 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=17
       
   674 pause 100
       
   675 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
   676 delete UserInputHandlerTest
       
   677 [Endtest]
       
   678 
       
   679 [Test]
       
   680 title F6. Click media key 'PausePlay' after key event 'Volume Down' is completed
       
   681 create ui_userinputhandlertest UserInputHandlerTest
       
   682 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   683 pause 100
       
   684 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=6
       
   685 pause 100
       
   686 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=17 code=6
       
   687 pause 100
       
   688 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=2
       
   689 pause 100
       
   690 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
   691 delete UserInputHandlerTest
       
   692 [Endtest]
       
   693 
       
   694 [Test]
       
   695 title F7. Click media key 'PausePlay' while container pointer event is in progress
       
   696 create ui_userinputhandlertest UserInputHandlerTest
       
   697 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   698 pause 100
       
   699 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   700 pause 100
       
   701 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=2
       
   702 pause 100
       
   703 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
   704 pause 100
       
   705 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   706 delete UserInputHandlerTest
       
   707 [Endtest]
       
   708 
       
   709 [Test]
       
   710 title F8. Click media key 'PausePlay' after container pointer event is completed
       
   711 create ui_userinputhandlertest UserInputHandlerTest
       
   712 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   713 pause 100
       
   714 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   715 pause 100
       
   716 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
   717 pause 100
       
   718 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=2
       
   719 pause 100
       
   720 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
   721 delete UserInputHandlerTest
       
   722 [Endtest]
       
   723 
       
   724 
       
   725 ////////////////////////////////////////////////////////////////////////////
       
   726 //
       
   727 // Media Key 'Pause'
       
   728 //	- handle both 'Pressed' and 'Clicked' events
       
   729 //
       
   730 ////////////////////////////////////////////////////////////////////////////
       
   731 
       
   732 
       
   733 [Test]
       
   734 title G1. Click media key 'Pause'
       
   735 create ui_userinputhandlertest UserInputHandlerTest
       
   736 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   737 pause 100
       
   738 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=2
       
   739 pause 100
       
   740 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPause
       
   741 delete UserInputHandlerTest
       
   742 [Endtest]
       
   743 
       
   744 [Test]
       
   745 title G2. Press media key 'Pause'
       
   746 create ui_userinputhandlertest UserInputHandlerTest
       
   747 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   748 pause 100
       
   749 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=0
       
   750 pause 1000
       
   751 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPause
       
   752 delete UserInputHandlerTest
       
   753 [Endtest]
       
   754 
       
   755 [Test]
       
   756 title G3. Press & release media key 'Pause'
       
   757 create ui_userinputhandlertest UserInputHandlerTest
       
   758 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   759 pause 100
       
   760 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=0
       
   761 pause 1000
       
   762 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=1
       
   763 pause 100
       
   764 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPause
       
   765 delete UserInputHandlerTest
       
   766 [Endtest]
       
   767 
       
   768 [Test]
       
   769 title G4. Click & release media key 'Pause'
       
   770 create ui_userinputhandlertest UserInputHandlerTest
       
   771 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   772 pause 100
       
   773 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=2
       
   774 pause 1000
       
   775 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=1
       
   776 pause 100
       
   777 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPause
       
   778 delete UserInputHandlerTest
       
   779 [Endtest]
       
   780 
       
   781 [Test]
       
   782 title G5. Click media key 'Pause' while key event 'Volume Up' is in progress
       
   783 create ui_userinputhandlertest UserInputHandlerTest
       
   784 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   785 pause 100
       
   786 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=8
       
   787 pause 100
       
   788 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=2
       
   789 pause 100
       
   790 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
   791 delete UserInputHandlerTest
       
   792 [Endtest]
       
   793 
       
   794 [Test]
       
   795 title G6. Click media key 'Pause' after key event 'Volume Up' is completed
       
   796 create ui_userinputhandlertest UserInputHandlerTest
       
   797 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   798 pause 100
       
   799 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=7
       
   800 pause 100
       
   801 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=16 code=7
       
   802 pause 100
       
   803 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=2
       
   804 pause 100
       
   805 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPause
       
   806 delete UserInputHandlerTest
       
   807 [Endtest]
       
   808 
       
   809 [Test]
       
   810 title G7. Click media key 'Pause' while container pointer event is in progress
       
   811 create ui_userinputhandlertest UserInputHandlerTest
       
   812 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   813 pause 100
       
   814 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   815 pause 100
       
   816 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=2
       
   817 pause 100
       
   818 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
   819 pause 100
       
   820 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   821 delete UserInputHandlerTest
       
   822 [Endtest]
       
   823 
       
   824 [Test]
       
   825 title G8. Click media key 'Pause' after container pointer event is completed
       
   826 create ui_userinputhandlertest UserInputHandlerTest
       
   827 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   828 pause 100
       
   829 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   830 pause 100
       
   831 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
   832 pause 100
       
   833 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=2
       
   834 pause 100
       
   835 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPause
       
   836 delete UserInputHandlerTest
       
   837 [Endtest]
       
   838 
       
   839 
       
   840 /////////////////////////////////////////////////////////
       
   841 //
       
   842 // Media Key 'Play'
       
   843 //	- handle it if it's a 'Clicked' event
       
   844 //	- ignore it if it's a 'Pressed' events
       
   845 //
       
   846 /////////////////////////////////////////////////////////
       
   847 
       
   848 [Test]
       
   849 title H1. Click media key 'Play'
       
   850 create ui_userinputhandlertest UserInputHandlerTest
       
   851 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   852 pause 100
       
   853 UserInputHandlerTest MediaKeyEvent command=MrccatoPlay buttonaction=2
       
   854 pause 100
       
   855 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlay
       
   856 delete UserInputHandlerTest
       
   857 [Endtest]
       
   858 
       
   859 [Test]
       
   860 title H2. Press media key 'Play'
       
   861 create ui_userinputhandlertest UserInputHandlerTest
       
   862 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   863 pause 100
       
   864 UserInputHandlerTest MediaKeyEvent command=MrccatoPlay buttonaction=0
       
   865 pause 1000
       
   866 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   867 delete UserInputHandlerTest
       
   868 [Endtest]
       
   869 
       
   870 [Test]
       
   871 title H3. Press & release media key 'Play'
       
   872 create ui_userinputhandlertest UserInputHandlerTest
       
   873 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   874 pause 100
       
   875 UserInputHandlerTest MediaKeyEvent command=MrccatoPlay buttonaction=0
       
   876 pause 1000
       
   877 UserInputHandlerTest MediaKeyEvent command=MrccatoPlay buttonaction=1
       
   878 pause 100
       
   879 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   880 delete UserInputHandlerTest
       
   881 [Endtest]
       
   882 
       
   883 [Test]
       
   884 title H4. Click & release media key 'Play'
       
   885 create ui_userinputhandlertest UserInputHandlerTest
       
   886 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   887 pause 100
       
   888 UserInputHandlerTest MediaKeyEvent command=MrccatoPlay buttonaction=2
       
   889 pause 1000
       
   890 UserInputHandlerTest MediaKeyEvent command=MrccatoPlay buttonaction=1
       
   891 pause 100
       
   892 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlay
       
   893 delete UserInputHandlerTest
       
   894 [Endtest]
       
   895 
       
   896 [Test]
       
   897 title H5. Click media key 'Play' while key event 'Volume Down' is in progress
       
   898 create ui_userinputhandlertest UserInputHandlerTest
       
   899 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   900 pause 100
       
   901 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=9
       
   902 pause 100
       
   903 UserInputHandlerTest MediaKeyEvent command=MrccatoPlay buttonaction=2
       
   904 pause 100
       
   905 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=17
       
   906 pause 100
       
   907 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
   908 delete UserInputHandlerTest
       
   909 [Endtest]
       
   910 
       
   911 [Test]
       
   912 title H6. Click media key 'Play' after key event 'Volume Down' is completed
       
   913 create ui_userinputhandlertest UserInputHandlerTest
       
   914 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   915 pause 100
       
   916 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=8
       
   917 pause 100
       
   918 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=17 code=8
       
   919 pause 100
       
   920 UserInputHandlerTest MediaKeyEvent command=MrccatoPlay buttonaction=2
       
   921 pause 100
       
   922 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlay
       
   923 delete UserInputHandlerTest
       
   924 [Endtest]
       
   925 
       
   926 [Test]
       
   927 title H7. Click media key 'Play' while pointer event is in progress
       
   928 create ui_userinputhandlertest UserInputHandlerTest
       
   929 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   930 pause 100
       
   931 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   932 pause 100
       
   933 UserInputHandlerTest MediaKeyEvent command=MrccatoPlay buttonaction=2
       
   934 pause 100
       
   935 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
   936 pause 100
       
   937 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
   938 delete UserInputHandlerTest
       
   939 [Endtest]
       
   940 
       
   941 [Test]
       
   942 title H8. Click media key 'Play' after pointer event is completed
       
   943 create ui_userinputhandlertest UserInputHandlerTest
       
   944 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   945 pause 100
       
   946 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   947 pause 100
       
   948 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
   949 pause 100
       
   950 UserInputHandlerTest MediaKeyEvent command=MrccatoPlay buttonaction=2
       
   951 pause 100
       
   952 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlay
       
   953 delete UserInputHandlerTest
       
   954 [Endtest]
       
   955 
       
   956 
       
   957 ///////////////////////////////////////////////////////////////////
       
   958 //
       
   959 // Foreground
       
   960 //	- block all inputs while in background
       
   961 //
       
   962 ///////////////////////////////////////////////////////////////////
       
   963 
       
   964 
       
   965 [Test]
       
   966 title I1. Container pointer (ButtonDown) input while UI in background
       
   967 create ui_userinputhandlertest UserInputHandlerTest
       
   968 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   969 pause 100
       
   970 UserInputHandlerTest SetForeground foreground=0
       
   971 pause 100
       
   972 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
   973 pause 100
       
   974 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull
       
   975 delete UserInputHandlerTest
       
   976 [Endtest]
       
   977 
       
   978 [Test]
       
   979 title I2. Container Pointer (Drag) input while UI in background
       
   980 create ui_userinputhandlertest UserInputHandlerTest
       
   981 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   982 pause 100
       
   983 UserInputHandlerTest SetForeground foreground=0
       
   984 pause 100
       
   985 UserInputHandlerTest PointerEvent ptrtype=EDrag controltype=EMpxVideoPlaybackContainer
       
   986 pause 100
       
   987 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull
       
   988 delete UserInputHandlerTest
       
   989 [Endtest]
       
   990 
       
   991 [Test]
       
   992 title I3. Control Pointer (ButtonDown) input while UI in background
       
   993 create ui_userinputhandlertest UserInputHandlerTest
       
   994 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
   995 pause 100
       
   996 UserInputHandlerTest SetForeground foreground=0
       
   997 pause 100
       
   998 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
   999 pause 100
       
  1000 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackControl ptrtype=EPtrEventNull
       
  1001 delete UserInputHandlerTest
       
  1002 [Endtest]
       
  1003 
       
  1004 [Test]
       
  1005 title I4. Control Pointer (Drag) input while UI in background
       
  1006 create ui_userinputhandlertest UserInputHandlerTest
       
  1007 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1008 pause 100
       
  1009 UserInputHandlerTest SetForeground foreground=0
       
  1010 pause 100
       
  1011 UserInputHandlerTest PointerEvent ptrtype=EDrag controltype=EMpxVideoPlaybackControl
       
  1012 pause 100
       
  1013 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackControl ptrtype=EPtrEventNull
       
  1014 delete UserInputHandlerTest
       
  1015 [Endtest]
       
  1016 
       
  1017 [Test]
       
  1018 title I5. Media key 'Stop' while UI in background
       
  1019 create ui_userinputhandlertest UserInputHandlerTest
       
  1020 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1021 pause 100
       
  1022 UserInputHandlerTest SetForeground foreground=0
       
  1023 pause 100
       
  1024 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=69 buttonaction=2
       
  1025 pause 100
       
  1026 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1027 delete UserInputHandlerTest
       
  1028 [Endtest]
       
  1029 
       
  1030 [Test]
       
  1031 title I6. Media key 'Rewind' while UI in background
       
  1032 create ui_userinputhandlertest UserInputHandlerTest
       
  1033 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1034 pause 100
       
  1035 UserInputHandlerTest SetForeground foreground=0
       
  1036 pause 100
       
  1037 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=72 buttonaction=0
       
  1038 pause 1000
       
  1039 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1040 delete UserInputHandlerTest
       
  1041 [Endtest]
       
  1042 
       
  1043 [Test]
       
  1044 title I7. Media key 'Fast Forward' while UI in background
       
  1045 create ui_userinputhandlertest UserInputHandlerTest
       
  1046 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1047 pause 100
       
  1048 UserInputHandlerTest SetForeground foreground=0
       
  1049 pause 100
       
  1050 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=0
       
  1051 pause 1000
       
  1052 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1053 delete UserInputHandlerTest
       
  1054 [Endtest]
       
  1055 
       
  1056 [Test]
       
  1057 title I8. Media key 'Volume Up' while UI in background
       
  1058 create ui_userinputhandlertest UserInputHandlerTest
       
  1059 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1060 pause 100
       
  1061 UserInputHandlerTest SetForeground foreground=0
       
  1062 pause 100
       
  1063 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=65 buttonaction=0
       
  1064 pause 1000
       
  1065 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1066 delete UserInputHandlerTest
       
  1067 [Endtest]
       
  1068 
       
  1069 [Test]
       
  1070 title I9. Media key 'Volume Down' while UI in background
       
  1071 create ui_userinputhandlertest UserInputHandlerTest
       
  1072 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1073 pause 100
       
  1074 UserInputHandlerTest SetForeground foreground=0
       
  1075 pause 100
       
  1076 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=66 buttonaction=0
       
  1077 pause 1000
       
  1078 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1079 delete UserInputHandlerTest
       
  1080 [Endtest]
       
  1081 
       
  1082 [Test]
       
  1083 title I10. Media key 'PausePlay' while UI in background
       
  1084 create ui_userinputhandlertest UserInputHandlerTest
       
  1085 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1086 pause 100
       
  1087 UserInputHandlerTest SetForeground foreground=0
       
  1088 pause 100
       
  1089 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=97 buttonaction=2
       
  1090 pause 100
       
  1091 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1092 delete UserInputHandlerTest
       
  1093 [Endtest]
       
  1094 
       
  1095 [Test]
       
  1096 title I10. Media key 'Pause' while UI in background
       
  1097 create ui_userinputhandlertest UserInputHandlerTest
       
  1098 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1099 pause 100
       
  1100 UserInputHandlerTest SetForeground foreground=0
       
  1101 pause 100
       
  1102 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=70 buttonaction=2
       
  1103 pause 100
       
  1104 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1105 delete UserInputHandlerTest
       
  1106 [Endtest]
       
  1107 
       
  1108 [Test]
       
  1109 title I11. Media key 'Play' while UI in background
       
  1110 create ui_userinputhandlertest UserInputHandlerTest
       
  1111 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1112 pause 100
       
  1113 UserInputHandlerTest SetForeground foreground=0
       
  1114 pause 100
       
  1115 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=68 buttonaction=2
       
  1116 pause 100
       
  1117 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1118 delete UserInputHandlerTest
       
  1119 [Endtest]
       
  1120 
       
  1121 [Test]
       
  1122 title I12. Key event 'PlayPause' input while UI in background
       
  1123 create ui_userinputhandlertest UserInputHandlerTest
       
  1124 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1125 pause 100
       
  1126 UserInputHandlerTest SetForeground foreground=0
       
  1127 pause 100
       
  1128 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=0
       
  1129 pause 100
       
  1130 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1131 delete UserInputHandlerTest
       
  1132 [Endtest]
       
  1133 
       
  1134 [Test]
       
  1135 title I13. Key event 'Enter Key' input while UI in background
       
  1136 create ui_userinputhandlertest UserInputHandlerTest
       
  1137 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1138 pause 100
       
  1139 UserInputHandlerTest SetForeground foreground=0
       
  1140 pause 100
       
  1141 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=3 code=0
       
  1142 pause 100
       
  1143 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1144 delete UserInputHandlerTest
       
  1145 [Endtest]
       
  1146 
       
  1147 [Test]
       
  1148 title I14. Key event 'Volume Up' input while UI in background
       
  1149 create ui_userinputhandlertest UserInputHandlerTest
       
  1150 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1151 pause 100
       
  1152 UserInputHandlerTest SetForeground foreground=0
       
  1153 pause 100
       
  1154 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=10
       
  1155 pause 100
       
  1156 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1157 delete UserInputHandlerTest
       
  1158 [Endtest]
       
  1159 
       
  1160 [Test]
       
  1161 title I15. Key event 'Volume Down' input while UI in background
       
  1162 create ui_userinputhandlertest UserInputHandlerTest
       
  1163 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1164 pause 100
       
  1165 UserInputHandlerTest SetForeground foreground=0
       
  1166 pause 100
       
  1167 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=11
       
  1168 pause 100
       
  1169 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1170 delete UserInputHandlerTest
       
  1171 [Endtest]
       
  1172 
       
  1173 [Test]
       
  1174 title I16. Key event 'Seek Backward' input while UI in background
       
  1175 create ui_userinputhandlertest UserInputHandlerTest
       
  1176 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1177 pause 100
       
  1178 UserInputHandlerTest SetForeground foreground=0
       
  1179 pause 100
       
  1180 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=12
       
  1181 pause 100
       
  1182 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1183 delete UserInputHandlerTest
       
  1184 [Endtest]
       
  1185 
       
  1186 [Test]
       
  1187 title I17. Key event 'Seek Forward' input while UI in background
       
  1188 create ui_userinputhandlertest UserInputHandlerTest
       
  1189 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1190 pause 100
       
  1191 UserInputHandlerTest SetForeground foreground=0
       
  1192 pause 100
       
  1193 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=13
       
  1194 pause 100
       
  1195 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1196 delete UserInputHandlerTest
       
  1197 [Endtest]
       
  1198 
       
  1199 [Test]
       
  1200 title I18. Key event 'Green/Send Key' input while UI in background
       
  1201 create ui_userinputhandlertest UserInputHandlerTest
       
  1202 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1203 pause 100
       
  1204 UserInputHandlerTest SetForeground foreground=0
       
  1205 pause 100
       
  1206 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=196 code=16
       
  1207 pause 100
       
  1208 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1209 delete UserInputHandlerTest
       
  1210 [Endtest]
       
  1211 
       
  1212 
       
  1213 ///////////////////////////////////////////////////////////////////
       
  1214 //
       
  1215 // Key Inputs
       
  1216 //
       
  1217 ///////////////////////////////////////////////////////////////////
       
  1218 
       
  1219 [Test]
       
  1220 title J1. Key event 'Rocker Middle Key' input - valid iCode
       
  1221 create ui_userinputhandlertest UserInputHandlerTest
       
  1222 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1223 pause 100
       
  1224 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=0
       
  1225 pause 100
       
  1226 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
  1227 delete UserInputHandlerTest
       
  1228 [Endtest]
       
  1229 
       
  1230 [Test]
       
  1231 title J2. Key event 'Rocker Middle Key' input - invalid iCode
       
  1232 create ui_userinputhandlertest UserInputHandlerTest
       
  1233 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1234 pause 100
       
  1235 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=13
       
  1236 pause 100
       
  1237 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1238 delete UserInputHandlerTest
       
  1239 [Endtest]
       
  1240 
       
  1241 [Test]
       
  1242 title J3. Key event 'Enter Key' input 
       
  1243 create ui_userinputhandlertest UserInputHandlerTest
       
  1244 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1245 pause 100
       
  1246 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=3 code=0
       
  1247 pause 100
       
  1248 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
  1249 delete UserInputHandlerTest
       
  1250 [Endtest]
       
  1251 
       
  1252 [Test]
       
  1253 title J4. Key event 'Enter Key' input - invalid iCode
       
  1254 create ui_userinputhandlertest UserInputHandlerTest
       
  1255 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1256 pause 100
       
  1257 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=3 code=127
       
  1258 pause 100
       
  1259 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1260 delete UserInputHandlerTest
       
  1261 [Endtest]
       
  1262 
       
  1263 [Test]
       
  1264 title J5. Key event 'Volume Up' input
       
  1265 create ui_userinputhandlertest UserInputHandlerTest
       
  1266 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1267 pause 100
       
  1268 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=17
       
  1269 pause 100
       
  1270 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
  1271 delete UserInputHandlerTest
       
  1272 [Endtest]
       
  1273 
       
  1274 [Test]
       
  1275 title J6. Key event 'Volume Down' input
       
  1276 create ui_userinputhandlertest UserInputHandlerTest
       
  1277 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1278 pause 100
       
  1279 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17
       
  1280 pause 100
       
  1281 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
  1282 delete UserInputHandlerTest
       
  1283 [Endtest]
       
  1284 
       
  1285 [Test]
       
  1286 title J7. Key event 'Seek Backward' input
       
  1287 create ui_userinputhandlertest UserInputHandlerTest
       
  1288 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1289 pause 100
       
  1290 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14
       
  1291 pause 100
       
  1292 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
  1293 delete UserInputHandlerTest
       
  1294 [Endtest]
       
  1295 
       
  1296 [Test]
       
  1297 title J8. Key event 'Seek Backward & Release' input
       
  1298 create ui_userinputhandlertest UserInputHandlerTest
       
  1299 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1300 pause 100
       
  1301 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=9
       
  1302 pause 100
       
  1303 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=14 code=9
       
  1304 pause 100
       
  1305 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdEndSeek
       
  1306 delete UserInputHandlerTest
       
  1307 [Endtest]
       
  1308 
       
  1309 [Test]
       
  1310 title J9. Key event 'Seek Forward' input
       
  1311 create ui_userinputhandlertest UserInputHandlerTest
       
  1312 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1313 pause 100
       
  1314 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=18
       
  1315 pause 100
       
  1316 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
  1317 delete UserInputHandlerTest
       
  1318 [Endtest]
       
  1319 
       
  1320 [Test]
       
  1321 title J10. Key event 'Seek Forward & Release' input
       
  1322 create ui_userinputhandlertest UserInputHandlerTest
       
  1323 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1324 pause 100
       
  1325 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=10
       
  1326 pause 100
       
  1327 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=15 code=10
       
  1328 pause 100
       
  1329 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdEndSeek
       
  1330 delete UserInputHandlerTest
       
  1331 [Endtest]
       
  1332 
       
  1333 [Test]
       
  1334 title J11. Key event 'Green/Send Key' input
       
  1335 create ui_userinputhandlertest UserInputHandlerTest
       
  1336 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1337 pause 100
       
  1338 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=196 code=19
       
  1339 pause 100
       
  1340 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1341 delete UserInputHandlerTest
       
  1342 [Endtest]
       
  1343 
       
  1344 [Test]
       
  1345 title J12. Key event 'Enter Key' input  - invalid type
       
  1346 create ui_userinputhandlertest UserInputHandlerTest
       
  1347 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1348 pause 100
       
  1349 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=3 code=0
       
  1350 pause 100
       
  1351 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1352 [Endtest]
       
  1353 
       
  1354 [Test]
       
  1355 title J13. Key event 'EStdKeyDevice0'  - valid type
       
  1356 create ui_userinputhandlertest UserInputHandlerTest
       
  1357 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1358 pause 100
       
  1359 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=164 code=25
       
  1360 pause 100
       
  1361 UserInputHandlerTest CheckExpectedCommand EMPXControlCmdSoftKeyPressed
       
  1362 delete UserInputHandlerTest
       
  1363 [Endtest]
       
  1364 
       
  1365 [Test]
       
  1366 title J14. Key event 'EStdKeyDevice0'  - invalid type
       
  1367 create ui_userinputhandlertest UserInputHandlerTest
       
  1368 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1369 pause 100
       
  1370 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=164 code=25
       
  1371 pause 100
       
  1372 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1373 delete UserInputHandlerTest
       
  1374 [Endtest]
       
  1375 
       
  1376 [Test]
       
  1377 title J15. Key event 'EStdKeyDevice1'  - valid type
       
  1378 create ui_userinputhandlertest UserInputHandlerTest
       
  1379 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1380 pause 100
       
  1381 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=165 code=26
       
  1382 pause 100
       
  1383 UserInputHandlerTest CheckExpectedCommand EMPXControlCmdSoftKeyPressed
       
  1384 delete UserInputHandlerTest
       
  1385 [Endtest]
       
  1386 
       
  1387 [Test]
       
  1388 title J16. Key event 'EStdKeyDevice1'  - invalid type
       
  1389 create ui_userinputhandlertest UserInputHandlerTest
       
  1390 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1391 pause 100
       
  1392 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=165 code=26
       
  1393 pause 100
       
  1394 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1395 delete UserInputHandlerTest
       
  1396 [Endtest]
       
  1397 
       
  1398 ///////////////////////////////////////////////////////////////////
       
  1399 //
       
  1400 // Pointer Inputs
       
  1401 //
       
  1402 ///////////////////////////////////////////////////////////////////
       
  1403 
       
  1404 [Test]
       
  1405 title K1. Container Pointer Down input
       
  1406 create ui_userinputhandlertest UserInputHandlerTest
       
  1407 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1408 pause 100
       
  1409 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1410 pause 100
       
  1411 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down 
       
  1412 delete UserInputHandlerTest
       
  1413 [Endtest]
       
  1414 
       
  1415 [Test]
       
  1416 title K2. Container Pointer Down & Up input
       
  1417 create ui_userinputhandlertest UserInputHandlerTest
       
  1418 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1419 pause 100
       
  1420 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1421 pause 100
       
  1422 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1423 pause 100
       
  1424 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Up 
       
  1425 delete UserInputHandlerTest
       
  1426 [Endtest]
       
  1427 
       
  1428 [Test]
       
  1429 title K3. Container Pointer Drag input
       
  1430 create ui_userinputhandlertest UserInputHandlerTest
       
  1431 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1432 pause 100
       
  1433 UserInputHandlerTest PointerEvent ptrtype=EDrag controltype=EMpxVideoPlaybackContainer
       
  1434 pause 100
       
  1435 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull 
       
  1436 delete UserInputHandlerTest
       
  1437 [Endtest]
       
  1438 
       
  1439 [Test]
       
  1440 title K4. Container Pointer Drag & Up input
       
  1441 create ui_userinputhandlertest UserInputHandlerTest
       
  1442 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1443 pause 100
       
  1444 UserInputHandlerTest PointerEvent ptrtype=EDrag controltype=EMpxVideoPlaybackContainer
       
  1445 pause 100
       
  1446 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1447 pause 100
       
  1448 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull 
       
  1449 delete UserInputHandlerTest
       
  1450 [Endtest]
       
  1451 
       
  1452 ///////////////////////////////////////////////////////////////////
       
  1453 //
       
  1454 // Handling of multiple inputs simultaneously
       
  1455 //
       
  1456 ///////////////////////////////////////////////////////////////////
       
  1457 
       
  1458 [Test]
       
  1459 title L1. Key input (Enter Key) while container pointer event is in progress
       
  1460 create ui_userinputhandlertest UserInputHandlerTest
       
  1461 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1462 pause 100
       
  1463 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1464 pause 100
       
  1465 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=3 code=0
       
  1466 pause 100
       
  1467 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down 
       
  1468 pause 100
       
  1469 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1470 pause 100
       
  1471 delete UserInputHandlerTest
       
  1472 [Endtest]
       
  1473 
       
  1474 [Test]
       
  1475 title L2. Key input (Enter Key) after container pointer event is completed
       
  1476 create ui_userinputhandlertest UserInputHandlerTest
       
  1477 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1478 pause 100
       
  1479 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1480 pause 100
       
  1481 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1482 pause 100
       
  1483 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=3 code=0
       
  1484 pause 100
       
  1485 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=3
       
  1486 pause 100
       
  1487 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
  1488 delete UserInputHandlerTest
       
  1489 [Endtest]
       
  1490 
       
  1491 [Test]
       
  1492 title L3. Key input (Rocker Middle Key) while container pointer event is in progress
       
  1493 create ui_userinputhandlertest UserInputHandlerTest
       
  1494 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1495 pause 100
       
  1496 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1497 pause 100
       
  1498 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=0
       
  1499 pause 100
       
  1500 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down 
       
  1501 pause 100
       
  1502 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1503 pause 100
       
  1504 delete UserInputHandlerTest
       
  1505 [Endtest]
       
  1506 
       
  1507 [Test]
       
  1508 title L4. Key input (Rocker Middle Key) after container pointer event is completed
       
  1509 create ui_userinputhandlertest UserInputHandlerTest
       
  1510 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1511 pause 100
       
  1512 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1513 pause 100
       
  1514 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1515 pause 100
       
  1516 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=0
       
  1517 pause 100
       
  1518 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=167
       
  1519 pause 100
       
  1520 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
  1521 delete UserInputHandlerTest
       
  1522 [Endtest]
       
  1523 
       
  1524 [Test]
       
  1525 title L5. Key input (Volume Up) while container pointer event is in progress
       
  1526 create ui_userinputhandlertest UserInputHandlerTest
       
  1527 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1528 pause 100
       
  1529 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1530 pause 100
       
  1531 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=20
       
  1532 pause 100
       
  1533 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down 
       
  1534 pause 100
       
  1535 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1536 pause 100
       
  1537 delete UserInputHandlerTest
       
  1538 [Endtest]
       
  1539 
       
  1540 [Test]
       
  1541 title L6. Key input (Volume Up) after container pointer event is completed
       
  1542 create ui_userinputhandlertest UserInputHandlerTest
       
  1543 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1544 pause 100
       
  1545 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1546 pause 100
       
  1547 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1548 pause 100
       
  1549 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=21
       
  1550 pause 100
       
  1551 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=16
       
  1552 pause 100
       
  1553 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
  1554 delete UserInputHandlerTest
       
  1555 [Endtest]
       
  1556 
       
  1557 [Test]
       
  1558 title L7. Key input (Volume Down) while container pointer event is in progress
       
  1559 create ui_userinputhandlertest UserInputHandlerTest
       
  1560 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1561 pause 100
       
  1562 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1563 pause 100
       
  1564 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=22
       
  1565 pause 100
       
  1566 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down 
       
  1567 pause 100
       
  1568 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1569 pause 100
       
  1570 delete UserInputHandlerTest
       
  1571 [Endtest]
       
  1572 
       
  1573 [Test]
       
  1574 title L8. Key input (Volume Down) after container pointer event is completed
       
  1575 create ui_userinputhandlertest UserInputHandlerTest
       
  1576 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1577 pause 100
       
  1578 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1579 pause 100
       
  1580 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1581 pause 100
       
  1582 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=23
       
  1583 pause 100
       
  1584 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=17
       
  1585 pause 100
       
  1586 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
  1587 delete UserInputHandlerTest
       
  1588 [Endtest]
       
  1589 
       
  1590 [Test]
       
  1591 title L9. Key input (Seek Backward) while container pointer event is in progress
       
  1592 create ui_userinputhandlertest UserInputHandlerTest
       
  1593 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1594 pause 100
       
  1595 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1596 pause 100
       
  1597 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=24
       
  1598 pause 100
       
  1599 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down 
       
  1600 pause 100
       
  1601 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1602 pause 100
       
  1603 delete UserInputHandlerTest
       
  1604 [Endtest]
       
  1605 
       
  1606 [Test]
       
  1607 title L10. Key input (Seek Backward) after container pointer event is completed
       
  1608 create ui_userinputhandlertest UserInputHandlerTest
       
  1609 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1610 pause 100
       
  1611 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1612 pause 100
       
  1613 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1614 pause 100
       
  1615 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=25
       
  1616 pause 100
       
  1617 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=14
       
  1618 pause 100
       
  1619 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
  1620 delete UserInputHandlerTest
       
  1621 [Endtest]
       
  1622 
       
  1623 [Test]
       
  1624 title L11. Key input (Seek Backward) after container pointer event is completed
       
  1625 create ui_userinputhandlertest UserInputHandlerTest
       
  1626 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1627 pause 100
       
  1628 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1629 pause 100
       
  1630 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1631 pause 100
       
  1632 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=11
       
  1633 pause 100
       
  1634 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=14 code=11
       
  1635 pause 100
       
  1636 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyUp scancode=14
       
  1637 pause 100
       
  1638 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdEndSeek
       
  1639 delete UserInputHandlerTest
       
  1640 [Endtest]
       
  1641 
       
  1642 
       
  1643 [Test]
       
  1644 title L12. Key input (Seek Forward) while container pointer event is in progress
       
  1645 create ui_userinputhandlertest UserInputHandlerTest
       
  1646 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1647 pause 100
       
  1648 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1649 pause 100
       
  1650 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=26
       
  1651 pause 100
       
  1652 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down 
       
  1653 pause 100
       
  1654 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1655 pause 100
       
  1656 delete UserInputHandlerTest
       
  1657 [Endtest]
       
  1658 
       
  1659 [Test]
       
  1660 title L13. Key input (Seek Forward) after container pointer event is completed
       
  1661 create ui_userinputhandlertest UserInputHandlerTest
       
  1662 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1663 pause 100
       
  1664 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1665 pause 100
       
  1666 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1667 pause 100
       
  1668 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=27
       
  1669 pause 100
       
  1670 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=15
       
  1671 pause 100
       
  1672 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
  1673 delete UserInputHandlerTest
       
  1674 [Endtest]
       
  1675 
       
  1676 [Test]
       
  1677 title L14. Key input (Seek Forward) after container pointer event is completed
       
  1678 create ui_userinputhandlertest UserInputHandlerTest
       
  1679 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1680 pause 100
       
  1681 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1682 pause 100
       
  1683 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1684 pause 100
       
  1685 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=12
       
  1686 pause 100
       
  1687 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=15 code=12
       
  1688 pause 100
       
  1689 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyUp scancode=15
       
  1690 pause 100
       
  1691 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdEndSeek
       
  1692 delete UserInputHandlerTest
       
  1693 [Endtest]
       
  1694 
       
  1695 [Test]
       
  1696 title L15. Key input (Enter Key) while container pointer event is in progress
       
  1697 create ui_userinputhandlertest UserInputHandlerTest
       
  1698 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1699 pause 100
       
  1700 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1701 pause 100
       
  1702 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=196 code=28
       
  1703 pause 100
       
  1704 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down 
       
  1705 pause 100
       
  1706 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1707 pause 100
       
  1708 delete UserInputHandlerTest
       
  1709 [Endtest]
       
  1710 
       
  1711 [Test]
       
  1712 title L16. Key input (Green/Send Key) after container pointer event is completed
       
  1713 create ui_userinputhandlertest UserInputHandlerTest
       
  1714 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1715 pause 100
       
  1716 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  1717 pause 100
       
  1718 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackContainer
       
  1719 pause 100
       
  1720 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=196 code=13
       
  1721 pause 100
       
  1722 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=196 code=13
       
  1723 pause 100
       
  1724 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyUp scancode=196
       
  1725 pause 100
       
  1726 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1727 delete UserInputHandlerTest
       
  1728 [Endtest]
       
  1729 
       
  1730 
       
  1731 [Test]
       
  1732 title L17. Key input (Enter Key) while control pointer event is in progress
       
  1733 create ui_userinputhandlertest UserInputHandlerTest
       
  1734 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1735 pause 100
       
  1736 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1737 pause 100
       
  1738 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=3 code=0
       
  1739 pause 100
       
  1740 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackControl ptrtype=EButton1Down 
       
  1741 pause 100
       
  1742 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1743 pause 100
       
  1744 delete UserInputHandlerTest
       
  1745 [Endtest]
       
  1746 
       
  1747 [Test]
       
  1748 title L18. Key input (Enter Key) after control pointer event is completed
       
  1749 create ui_userinputhandlertest UserInputHandlerTest
       
  1750 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1751 pause 100
       
  1752 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1753 pause 100
       
  1754 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackControl
       
  1755 pause 100
       
  1756 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=3 code=0
       
  1757 pause 100
       
  1758 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=3
       
  1759 pause 100
       
  1760 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
  1761 delete UserInputHandlerTest
       
  1762 [Endtest]
       
  1763 
       
  1764 [Test]
       
  1765 title L19. Key input (Rocker Middle Key) while control pointer event is in progress
       
  1766 create ui_userinputhandlertest UserInputHandlerTest
       
  1767 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1768 pause 100
       
  1769 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1770 pause 100
       
  1771 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=0
       
  1772 pause 100
       
  1773 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackControl ptrtype=EButton1Down 
       
  1774 pause 100
       
  1775 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1776 pause 100
       
  1777 delete UserInputHandlerTest
       
  1778 [Endtest]
       
  1779 
       
  1780 [Test]
       
  1781 title L20. Key input (Rocker Middle Key) after control pointer event is completed
       
  1782 create ui_userinputhandlertest UserInputHandlerTest
       
  1783 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1784 pause 100
       
  1785 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1786 pause 100
       
  1787 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackControl
       
  1788 pause 100
       
  1789 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=0
       
  1790 pause 100
       
  1791 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=167
       
  1792 pause 100
       
  1793 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
  1794 delete UserInputHandlerTest
       
  1795 [Endtest]
       
  1796 
       
  1797 [Test]
       
  1798 title L21. Key input (Volume Up) while control pointer event is in progress
       
  1799 create ui_userinputhandlertest UserInputHandlerTest
       
  1800 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1801 pause 100
       
  1802 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1803 pause 100
       
  1804 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=1
       
  1805 pause 100
       
  1806 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackControl ptrtype=EButton1Down 
       
  1807 pause 100
       
  1808 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1809 pause 100
       
  1810 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  1811 delete UserInputHandlerTest
       
  1812 [Endtest]
       
  1813 
       
  1814 [Test]
       
  1815 title L22. Key input (Volume Up) after control pointer event is completed
       
  1816 create ui_userinputhandlertest UserInputHandlerTest
       
  1817 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1818 pause 100
       
  1819 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1820 pause 100
       
  1821 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackControl
       
  1822 pause 100
       
  1823 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16
       
  1824 pause 100
       
  1825 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=16
       
  1826 pause 100
       
  1827 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
  1828 delete UserInputHandlerTest
       
  1829 [Endtest]
       
  1830 
       
  1831 [Test]
       
  1832 title L23. Key input (Volume Down) while control pointer event is in progress
       
  1833 create ui_userinputhandlertest UserInputHandlerTest
       
  1834 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1835 pause 100
       
  1836 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1837 pause 100
       
  1838 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=2
       
  1839 pause 100
       
  1840 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackControl ptrtype=EButton1Down 
       
  1841 pause 100
       
  1842 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1843 pause 100
       
  1844 delete UserInputHandlerTest
       
  1845 [Endtest]
       
  1846 
       
  1847 [Test]
       
  1848 title L24. Key input (Volume Down) after control pointer event is completed
       
  1849 create ui_userinputhandlertest UserInputHandlerTest
       
  1850 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1851 pause 100
       
  1852 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1853 pause 100
       
  1854 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackControl
       
  1855 pause 100
       
  1856 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=3
       
  1857 pause 100
       
  1858 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=17
       
  1859 pause 100
       
  1860 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
  1861 delete UserInputHandlerTest
       
  1862 [Endtest]
       
  1863 
       
  1864 [Test]
       
  1865 title L25. Key input (Seek Backward) while control pointer event is in progress
       
  1866 create ui_userinputhandlertest UserInputHandlerTest
       
  1867 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1868 pause 100
       
  1869 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1870 pause 100
       
  1871 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=4
       
  1872 pause 100
       
  1873 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackControl ptrtype=EButton1Down 
       
  1874 pause 100
       
  1875 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1876 pause 100
       
  1877 delete UserInputHandlerTest
       
  1878 [Endtest]
       
  1879 
       
  1880 [Test]
       
  1881 title L26. Key input (Seek Backward) after control pointer event is completed
       
  1882 create ui_userinputhandlertest UserInputHandlerTest
       
  1883 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1884 pause 100
       
  1885 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1886 pause 100
       
  1887 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackControl
       
  1888 pause 100
       
  1889 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=5
       
  1890 pause 100
       
  1891 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=14
       
  1892 pause 100
       
  1893 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
  1894 delete UserInputHandlerTest
       
  1895 [Endtest]
       
  1896 
       
  1897 [Test]
       
  1898 title L27. Key input (Seek Backward) after control pointer event is completed
       
  1899 create ui_userinputhandlertest UserInputHandlerTest
       
  1900 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1901 pause 100
       
  1902 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1903 pause 100
       
  1904 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackControl
       
  1905 pause 100
       
  1906 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=14
       
  1907 pause 100
       
  1908 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=14 code=14
       
  1909 pause 100
       
  1910 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyUp scancode=14
       
  1911 pause 100
       
  1912 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdEndSeek
       
  1913 delete UserInputHandlerTest
       
  1914 [Endtest]
       
  1915 
       
  1916 
       
  1917 [Test]
       
  1918 title L28. Key input (Seek Forward) while control pointer event is in progress
       
  1919 create ui_userinputhandlertest UserInputHandlerTest
       
  1920 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1921 pause 100
       
  1922 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1923 pause 100
       
  1924 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=6
       
  1925 pause 100
       
  1926 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackControl ptrtype=EButton1Down 
       
  1927 pause 100
       
  1928 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1929 pause 100
       
  1930 delete UserInputHandlerTest
       
  1931 [Endtest]
       
  1932 
       
  1933 [Test]
       
  1934 title L29. Key input (Seek Forward) after control pointer event is completed
       
  1935 create ui_userinputhandlertest UserInputHandlerTest
       
  1936 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1937 pause 100
       
  1938 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1939 pause 100
       
  1940 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackControl
       
  1941 pause 100
       
  1942 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=7
       
  1943 pause 100
       
  1944 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=15
       
  1945 pause 100
       
  1946 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
  1947 delete UserInputHandlerTest
       
  1948 [Endtest]
       
  1949 
       
  1950 [Test]
       
  1951 title L30. Key input (Seek Forward) after control pointer event is completed
       
  1952 create ui_userinputhandlertest UserInputHandlerTest
       
  1953 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1954 pause 100
       
  1955 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1956 pause 100
       
  1957 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackControl
       
  1958 pause 100
       
  1959 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=15
       
  1960 pause 100
       
  1961 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=15 code=15
       
  1962 pause 100
       
  1963 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyUp scancode=15
       
  1964 pause 100
       
  1965 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdEndSeek
       
  1966 delete UserInputHandlerTest
       
  1967 [Endtest]
       
  1968 
       
  1969 [Test]
       
  1970 title L31. Key input (Enter Key) while control pointer event is in progress
       
  1971 create ui_userinputhandlertest UserInputHandlerTest
       
  1972 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1973 pause 100
       
  1974 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1975 pause 100
       
  1976 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=196 code=8
       
  1977 pause 100
       
  1978 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackControl ptrtype=EButton1Down 
       
  1979 pause 100
       
  1980 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventNull scancode=0
       
  1981 pause 100
       
  1982 delete UserInputHandlerTest
       
  1983 [Endtest]
       
  1984 
       
  1985 [Test]
       
  1986 title L32. Key input (Green/Send Key) after control pointer event is completed
       
  1987 create ui_userinputhandlertest UserInputHandlerTest
       
  1988 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  1989 pause 100
       
  1990 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackControl
       
  1991 pause 100
       
  1992 UserInputHandlerTest PointerEvent ptrtype=EButton1Up controltype=EMpxVideoPlaybackControl
       
  1993 pause 100
       
  1994 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=196 code=16
       
  1995 pause 100
       
  1996 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=196 code=16
       
  1997 pause 100
       
  1998 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyUp scancode=196
       
  1999 pause 100
       
  2000 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  2001 delete UserInputHandlerTest
       
  2002 [Endtest]
       
  2003 
       
  2004 [Test]
       
  2005 title L33. Container pointer input while key event (Enter Key) is being processed
       
  2006 create ui_userinputhandlertest UserInputHandlerTest
       
  2007 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2008 pause 100
       
  2009 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=3 code=0
       
  2010 pause 100
       
  2011 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2012 pause 100
       
  2013 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=3
       
  2014 pause 100
       
  2015 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull
       
  2016 pause 100
       
  2017 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
  2018 delete UserInputHandlerTest
       
  2019 [Endtest]
       
  2020 
       
  2021 [Test]
       
  2022 title L34. Container pointer input after key event (Enter Key) is completed
       
  2023 create ui_userinputhandlertest UserInputHandlerTest
       
  2024 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2025 pause 100
       
  2026 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=3 code=0
       
  2027 pause 100
       
  2028 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=3 code=0
       
  2029 pause 100
       
  2030 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2031 pause 100
       
  2032 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
  2033 delete UserInputHandlerTest
       
  2034 [Endtest]
       
  2035 
       
  2036 [Test]
       
  2037 title L35. Container pointer input while key event (Rocker Middle Key) is being processed
       
  2038 create ui_userinputhandlertest UserInputHandlerTest
       
  2039 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2040 pause 100
       
  2041 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=0
       
  2042 pause 100
       
  2043 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2044 pause 100
       
  2045 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=167
       
  2046 pause 100
       
  2047 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull
       
  2048 pause 100
       
  2049 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
  2050 delete UserInputHandlerTest
       
  2051 [Endtest]
       
  2052 
       
  2053 [Test]
       
  2054 title L36. Container pointer input after key event (Rocker Middle Key) is completed
       
  2055 create ui_userinputhandlertest UserInputHandlerTest
       
  2056 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2057 pause 100
       
  2058 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=0
       
  2059 pause 100
       
  2060 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=167 code=0
       
  2061 pause 100
       
  2062 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2063 pause 100
       
  2064 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
  2065 delete UserInputHandlerTest
       
  2066 [Endtest]
       
  2067 
       
  2068 [Test]
       
  2069 title L37. Container pointer input while key event (Volume Up) is being processed
       
  2070 create ui_userinputhandlertest UserInputHandlerTest
       
  2071 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2072 pause 100
       
  2073 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=9
       
  2074 pause 100
       
  2075 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2076 pause 100
       
  2077 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=16
       
  2078 pause 100
       
  2079 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull
       
  2080 pause 100
       
  2081 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
  2082 delete UserInputHandlerTest
       
  2083 [Endtest]
       
  2084 
       
  2085 [Test]
       
  2086 title L38. Container pointer input after key event (Volume Up) is completed
       
  2087 create ui_userinputhandlertest UserInputHandlerTest
       
  2088 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2089 pause 100
       
  2090 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=17
       
  2091 pause 100
       
  2092 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=16 code=17
       
  2093 pause 100
       
  2094 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2095 pause 100
       
  2096 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
  2097 delete UserInputHandlerTest
       
  2098 [Endtest]
       
  2099 
       
  2100 [Test]
       
  2101 title L39. Container pointer input while key event (Volume Down) is being processed
       
  2102 create ui_userinputhandlertest UserInputHandlerTest
       
  2103 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2104 pause 100
       
  2105 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=10
       
  2106 pause 100
       
  2107 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2108 pause 100
       
  2109 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=17
       
  2110 pause 100
       
  2111 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull
       
  2112 pause 100
       
  2113 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
  2114 delete UserInputHandlerTest
       
  2115 [Endtest]
       
  2116 
       
  2117 [Test]
       
  2118 title L40. Container pointer input after key event (Volume Down) is completed
       
  2119 create ui_userinputhandlertest UserInputHandlerTest
       
  2120 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2121 pause 100
       
  2122 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=18
       
  2123 pause 100
       
  2124 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=17 code=18
       
  2125 pause 100
       
  2126 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2127 pause 100
       
  2128 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
  2129 delete UserInputHandlerTest
       
  2130 [Endtest]
       
  2131 
       
  2132 [Test]
       
  2133 title L41. Container pointer input while key event (Seek Backward) is being processed
       
  2134 create ui_userinputhandlertest UserInputHandlerTest
       
  2135 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2136 pause 100
       
  2137 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=11
       
  2138 pause 100
       
  2139 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2140 pause 100
       
  2141 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=14
       
  2142 pause 100
       
  2143 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull
       
  2144 pause 100
       
  2145 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
  2146 delete UserInputHandlerTest
       
  2147 [Endtest]
       
  2148 
       
  2149 [Test]
       
  2150 title L42. Container pointer input after key event (Seek Backward) is completed
       
  2151 create ui_userinputhandlertest UserInputHandlerTest
       
  2152 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2153 pause 100
       
  2154 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=19
       
  2155 pause 100
       
  2156 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=14 code=19
       
  2157 pause 100
       
  2158 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2159 pause 100
       
  2160 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
  2161 delete UserInputHandlerTest
       
  2162 [Endtest]
       
  2163 
       
  2164 [Test]
       
  2165 title L43. Container pointer input while key event (Seek Forward) is being processed
       
  2166 create ui_userinputhandlertest UserInputHandlerTest
       
  2167 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2168 pause 100
       
  2169 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=12
       
  2170 pause 100
       
  2171 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2172 pause 100
       
  2173 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=15
       
  2174 pause 100
       
  2175 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull
       
  2176 pause 100
       
  2177 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
  2178 delete UserInputHandlerTest
       
  2179 [Endtest]
       
  2180 
       
  2181 [Test]
       
  2182 title L44. Container pointer input after key event (Seek Forward) is completed
       
  2183 create ui_userinputhandlertest UserInputHandlerTest
       
  2184 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2185 pause 100
       
  2186 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=20
       
  2187 pause 100
       
  2188 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=15 code=20
       
  2189 pause 100
       
  2190 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2191 pause 100
       
  2192 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
  2193 delete UserInputHandlerTest
       
  2194 [Endtest]
       
  2195 
       
  2196 [Test]
       
  2197 title L45. Container pointer input while key event (Green/Send Key) is being processed
       
  2198 create ui_userinputhandlertest UserInputHandlerTest
       
  2199 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2200 pause 100
       
  2201 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=196 code=13
       
  2202 pause 100
       
  2203 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2204 pause 100
       
  2205 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=196
       
  2206 pause 100
       
  2207 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EPtrEventNull
       
  2208 pause 100
       
  2209 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  2210 delete UserInputHandlerTest
       
  2211 [Endtest]
       
  2212 
       
  2213 [Test]
       
  2214 title L46. Container pointer input after key event (Green/Send Key) is completed
       
  2215 create ui_userinputhandlertest UserInputHandlerTest
       
  2216 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2217 pause 100
       
  2218 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=196 code=21
       
  2219 pause 100
       
  2220 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=196 code=21
       
  2221 pause 100
       
  2222 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2223 pause 100
       
  2224 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer ptrtype=EButton1Down
       
  2225 delete UserInputHandlerTest
       
  2226 [Endtest]
       
  2227 
       
  2228 [Test]
       
  2229 title L47. Key input (Hash Key) while key event (Volume Up) is being processed
       
  2230 create ui_userinputhandlertest UserInputHandlerTest
       
  2231 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2232 pause 100
       
  2233 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=14
       
  2234 pause 100
       
  2235 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=127 code=15
       
  2236 pause 100
       
  2237 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=16
       
  2238 pause 100
       
  2239 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
  2240 delete UserInputHandlerTest
       
  2241 [Endtest]
       
  2242 
       
  2243 [Test]
       
  2244 title L48. Key input (Rocker Middle Key) while key event (Volume Up) is being processed
       
  2245 create ui_userinputhandlertest UserInputHandlerTest
       
  2246 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2247 pause 100
       
  2248 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=16
       
  2249 pause 100
       
  2250 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=0
       
  2251 pause 100
       
  2252 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=16
       
  2253 pause 100
       
  2254 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdIncreaseVolume
       
  2255 delete UserInputHandlerTest
       
  2256 [Endtest]
       
  2257 
       
  2258 [Test]
       
  2259 title L49. Key input (Rocker Middle Key) after key event (Volume Up) is completed
       
  2260 create ui_userinputhandlertest UserInputHandlerTest
       
  2261 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2262 pause 100
       
  2263 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=16 code=22
       
  2264 pause 100
       
  2265 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=16 code=22
       
  2266 pause 100
       
  2267 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=167 code=0
       
  2268 pause 100
       
  2269 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=167
       
  2270 pause 100
       
  2271 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdPlayPause
       
  2272 delete UserInputHandlerTest
       
  2273 [Endtest]
       
  2274 
       
  2275 [Test]
       
  2276 title L50. Key input (Seek Backward) while key event (Volume Down) is being processed
       
  2277 create ui_userinputhandlertest UserInputHandlerTest
       
  2278 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2279 pause 100
       
  2280 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=18
       
  2281 pause 100
       
  2282 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=19
       
  2283 pause 100
       
  2284 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=17
       
  2285 pause 100
       
  2286 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
  2287 delete UserInputHandlerTest
       
  2288 [Endtest]
       
  2289 
       
  2290 [Test]
       
  2291 title L51. Key input (Seek Backward) after key event (Volume Down) is completed
       
  2292 create ui_userinputhandlertest UserInputHandlerTest
       
  2293 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2294 pause 100
       
  2295 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=23
       
  2296 pause 100
       
  2297 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=17 code=23
       
  2298 pause 100
       
  2299 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=14 code=24
       
  2300 pause 100
       
  2301 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=14
       
  2302 pause 100
       
  2303 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekBackward
       
  2304 delete UserInputHandlerTest
       
  2305 [Endtest]
       
  2306 
       
  2307 [Test]
       
  2308 title L52. Key input (Volume Down) while key event (Seek Forward) is being processed
       
  2309 create ui_userinputhandlertest UserInputHandlerTest
       
  2310 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2311 pause 100
       
  2312 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=25
       
  2313 pause 100
       
  2314 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=23
       
  2315 pause 100
       
  2316 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=15
       
  2317 pause 100
       
  2318 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
  2319 delete UserInputHandlerTest
       
  2320 [Endtest]
       
  2321 
       
  2322 [Test]
       
  2323 title L53. Key input (Volume Down) after key event (Seek Forward) is completed
       
  2324 create ui_userinputhandlertest UserInputHandlerTest
       
  2325 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2326 pause 100
       
  2327 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=24
       
  2328 pause 100
       
  2329 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=15 code=24
       
  2330 pause 100
       
  2331 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=17 code=25
       
  2332 pause 100
       
  2333 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=17
       
  2334 pause 100
       
  2335 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdDecreaseVolume
       
  2336 delete UserInputHandlerTest
       
  2337 [Endtest]
       
  2338 
       
  2339 [Test]
       
  2340 title L54. Key input (EStdKeyDevice0) while key event (Seek Forward) is being processed
       
  2341 create ui_userinputhandlertest UserInputHandlerTest
       
  2342 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2343 pause 100
       
  2344 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=25
       
  2345 pause 100
       
  2346 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=164 code=23
       
  2347 pause 100
       
  2348 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=15
       
  2349 pause 100
       
  2350 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
  2351 delete UserInputHandlerTest
       
  2352 [Endtest]
       
  2353 
       
  2354 [Test]
       
  2355 title L55. Key input (EStdKeyDevice0) after key event (Seek Forward) is completed
       
  2356 create ui_userinputhandlertest UserInputHandlerTest
       
  2357 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2358 pause 100
       
  2359 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=25
       
  2360 pause 100
       
  2361 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=15 code=25
       
  2362 pause 100
       
  2363 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=164 code=23
       
  2364 pause 100
       
  2365 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=164
       
  2366 pause 100
       
  2367 UserInputHandlerTest CheckExpectedCommand EMPXControlCmdSoftKeyPressed
       
  2368 delete UserInputHandlerTest
       
  2369 [Endtest]
       
  2370 
       
  2371 [Test]
       
  2372 title L56. Key input (EStdKeyDevice1) while key event (Seek Forward) is being processed
       
  2373 create ui_userinputhandlertest UserInputHandlerTest
       
  2374 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2375 pause 100
       
  2376 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=25
       
  2377 pause 100
       
  2378 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=165 code=24
       
  2379 pause 100
       
  2380 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=15
       
  2381 pause 100
       
  2382 UserInputHandlerTest CheckExpectedCommand EMPXPbvCmdSeekForward
       
  2383 delete UserInputHandlerTest
       
  2384 [Endtest]
       
  2385 
       
  2386 [Test]
       
  2387 title L57. Key input (EStdKeyDevice1) after key event (Seek Forward) is completed
       
  2388 create ui_userinputhandlertest UserInputHandlerTest
       
  2389 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2390 pause 100
       
  2391 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=25
       
  2392 pause 100
       
  2393 UserInputHandlerTest KeyEvent keytype=EEventKeyUp scancode=15 code=25
       
  2394 pause 100
       
  2395 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=165 code=24
       
  2396 pause 100
       
  2397 UserInputHandlerTest CheckExpectedResult controltype=EMpxVideoPlaybackContainer keytype=EEventKeyDown scancode=165
       
  2398 pause 100
       
  2399 UserInputHandlerTest CheckExpectedCommand EMPXControlCmdSoftKeyPressed
       
  2400 delete UserInputHandlerTest
       
  2401 [Endtest]
       
  2402 
       
  2403 
       
  2404 ///////////////////////////////////////////////////////////////////
       
  2405 //
       
  2406 // Backlight TV Out Events
       
  2407 //
       
  2408 ///////////////////////////////////////////////////////////////////
       
  2409 
       
  2410 [Test]
       
  2411 title Backlight1.  TvOut Connected
       
  2412 create ui_userinputhandlertest UserInputHandlerTest
       
  2413 UserInputHandlerTest CreateStubsL ETvOutConnected
       
  2414 pause 100
       
  2415 UserInputHandlerTest CheckBacklightState EDisplayBacklightOn
       
  2416 pause 70000
       
  2417 UserInputHandlerTest CheckBacklightState EDisplayBacklightOff
       
  2418 delete UserInputHandlerTest
       
  2419 [Endtest]
       
  2420 
       
  2421 [Test]
       
  2422 title Backlight2.  TvOut Disconnected
       
  2423 create ui_userinputhandlertest UserInputHandlerTest
       
  2424 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2425 pause 100
       
  2426 UserInputHandlerTest CheckBacklightState EDisplayBacklightOn
       
  2427 delete UserInputHandlerTest
       
  2428 [Endtest]
       
  2429 
       
  2430 [Test]
       
  2431 title Backlight3.  Event TvOut Connected
       
  2432 create ui_userinputhandlertest UserInputHandlerTest
       
  2433 UserInputHandlerTest CreateStubsL ETvOutDisconnected
       
  2434 pause 100
       
  2435 UserInputHandlerTest TvOutEvent ETvOutConnected
       
  2436 pause 100
       
  2437 UserInputHandlerTest CheckBacklightState EDisplayBacklightOn
       
  2438 pause 70000
       
  2439 UserInputHandlerTest CheckBacklightState EDisplayBacklightOff
       
  2440 delete UserInputHandlerTest
       
  2441 [Endtest]
       
  2442 
       
  2443 [Test]
       
  2444 title Backlight4.  Event TvOut Disconnected
       
  2445 create ui_userinputhandlertest UserInputHandlerTest
       
  2446 UserInputHandlerTest CreateStubsL ETvOutConnected
       
  2447 pause 100
       
  2448 UserInputHandlerTest CheckBacklightState EDisplayBacklightOn
       
  2449 pause 70000
       
  2450 UserInputHandlerTest CheckBacklightState EDisplayBacklightOff
       
  2451 pause 100
       
  2452 UserInputHandlerTest TvOutEvent ETvOutConnected
       
  2453 pause 100
       
  2454 UserInputHandlerTest CheckBacklightState EDisplayBacklightOn
       
  2455 delete UserInputHandlerTest
       
  2456 [Endtest]
       
  2457 
       
  2458 [Test]
       
  2459 title Backlight5.  Backlight off MediaKey Event 
       
  2460 create ui_userinputhandlertest UserInputHandlerTest
       
  2461 UserInputHandlerTest CreateStubsL ETvOutConnected
       
  2462 pause 70000
       
  2463 UserInputHandlerTest CheckBacklightState EDisplayBacklightOff
       
  2464 pause 100
       
  2465 UserInputHandlerTest MediaKeyEvent command=MrccatoCommand operationid=73 buttonaction=2
       
  2466 pause 100
       
  2467 UserInputHandlerTest CheckExpectedCommand EMPCmdNone
       
  2468 pause 100
       
  2469 UserInputHandlerTest CheckBacklightState EDisplayBacklightOn
       
  2470 delete UserInputHandlerTest
       
  2471 [Endtest]
       
  2472 
       
  2473 [Test]
       
  2474 title Backlight6.  Backlight off Pointer Event
       
  2475 create ui_userinputhandlertest UserInputHandlerTest
       
  2476 UserInputHandlerTest CreateStubsL ETvOutConnected
       
  2477 pause 70000
       
  2478 UserInputHandlerTest CheckBacklightState EDisplayBacklightOff
       
  2479 pause 100
       
  2480 UserInputHandlerTest PointerEvent ptrtype=EButton1Down controltype=EMpxVideoPlaybackContainer
       
  2481 pause 100
       
  2482 UserInputHandlerTest CheckBacklightState EDisplayBacklightOn
       
  2483 delete UserInputHandlerTest
       
  2484 [Endtest]
       
  2485 
       
  2486 
       
  2487 [Test]
       
  2488 title Backlight7.  Backlight off  Event Key
       
  2489 create ui_userinputhandlertest UserInputHandlerTest
       
  2490 UserInputHandlerTest CreateStubsL ETvOutConnected
       
  2491 pause 70000
       
  2492 UserInputHandlerTest CheckBacklightState EDisplayBacklightOff
       
  2493 pause 100
       
  2494 UserInputHandlerTest KeyEvent keytype=EEventKeyDown scancode=15 code=25
       
  2495 pause 100
       
  2496 UserInputHandlerTest CheckBacklightState EDisplayBacklightOn
       
  2497 delete UserInputHandlerTest
       
  2498 [Endtest]