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