- Timestamp:
- 09/07/17 16:17:09 (7 years ago)
- Location:
- trunk/autoquest-generic-event-monitor-test/src/test/java/de/ugoe/cs/autoquest/genericeventmonitor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-generic-event-monitor-test/src/test/java/de/ugoe/cs/autoquest/genericeventmonitor/GenericEventMonitorServerTest.java
r2155 r2164 136 136 " [ {" + 137 137 " \"time\":\"12345\"," + 138 " \" eventTargetId\":\"target2\"," +139 " \" eventType\":\"gaze\"," +138 " \"targetId\":\"target2\"," + 139 " \"type\":\"gaze\"," + 140 140 " \"xcoordinate\": \"194\"," + 141 141 " \"ycoordinate\": \"12\"" + … … 250 250 " [ {" + 251 251 " \"time\":\"1\"," + 252 " \" eventTargetId\":\"input1\"," +253 " \" eventType\":\"onclick\"," +252 " \"targetId\":\"input1\"," + 253 " \"type\":\"onclick\"," + 254 254 " \"coordinates\": \"194\"" + 255 255 " }," + 256 256 " {" + 257 257 " \"time\":\"2\"," + 258 " \" eventTargetId\":\"input2\"," +259 " \" eventType\":\"ondblclick\"," +258 " \"targetId\":\"input2\"," + 259 " \"type\":\"ondblclick\"," + 260 260 " \"coordinates\": \"194\"" + 261 261 " }," + 262 262 " {" + 263 263 " \"time\":\"3\"," + 264 " \" eventTargetId\":\"input3\"," +265 " \" eventType\":\"onfocus\"" +264 " \"targetId\":\"input3\"," + 265 " \"type\":\"onfocus\"" + 266 266 " }," + 267 267 " {" + 268 268 " \"time\":\"4\"," + 269 " \" eventTargetId\":\"input4\"," +270 " \" eventType\":\"onclick\"," +269 " \"targetId\":\"input4\"," + 270 " \"type\":\"onclick\"," + 271 271 " \"coordinates\": \"255\"" + 272 272 " }," + 273 273 " {" + 274 274 " \"time\":\"5\"," + 275 " \" eventTargetId\":\"input5\"," +276 " \" eventType\":\"onfocus\"" +275 " \"targetId\":\"input5\"," + 276 " \"type\":\"onfocus\"" + 277 277 " }," + 278 278 " {" + 279 279 " \"time\":\"6\"," + 280 " \" eventTargetId\":\"input6\"," +281 " \" eventType\":\"onfocus\"" +280 " \"targetId\":\"input6\"," + 281 " \"type\":\"onfocus\"" + 282 282 " }," + 283 283 " {" + 284 284 " \"time\":\"7\"," + 285 " \" eventTargetId\":\"input7\"," +286 " \" eventType\":\"onfocus\"" +285 " \"targetId\":\"input7\"," + 286 " \"type\":\"onfocus\"" + 287 287 " }," + 288 288 " {" + 289 289 " \"time\":\"8\"," + 290 " \" eventTargetId\":\"input8\"," +291 " \" eventType\":\"onclick\"," +290 " \"targetId\":\"input8\"," + 291 " \"type\":\"onclick\"," + 292 292 " \"coordinates\": \"255\"" + 293 293 " }," + 294 294 " {" + 295 295 " \"time\":\"9\"," + 296 " \" eventTargetId\":\"input9\"," +297 " \" eventType\":\"onscroll\"," +296 " \"targetId\":\"input9\"," + 297 " \"type\":\"onscroll\"," + 298 298 " \"scrollPosition\": \"194\"" + 299 299 " }," + 300 300 " {" + 301 301 " \"time\":\"10\"," + 302 " \" eventTargetId\":\"input10\"," +303 " \" eventType\":\"onclick\"," +302 " \"targetId\":\"input10\"," + 303 " \"type\":\"onclick\"," + 304 304 " \"coordinates\": \"194\"" + 305 305 " }" + … … 432 432 " \"time\":\"9\"," + 433 433 " \"path\":\"/html[0]/body(htmlId=gsr)\"," + 434 " \" eventType\":\"onscroll\"," +434 " \"type\":\"onscroll\"," + 435 435 " }" + 436 436 " ]" + … … 473 473 " \"time\":\"12345\"," + 474 474 " \"path\":\"/html[0]/body(htmlId=gsr)\"," + 475 " \" eventType\":\"onunload\"" +475 " \"type\":\"onunload\"" + 476 476 " }" + 477 477 " ]" + … … 515 515 " \"time\":\"blub\"," + 516 516 " \"path\":\"/html[0]/body(htmlId=gsr)\"," + 517 " \" eventType\":\"onunload\"" +517 " \"type\":\"onunload\"" + 518 518 " }" + 519 519 " ]" + -
trunk/autoquest-generic-event-monitor-test/src/test/java/de/ugoe/cs/autoquest/genericeventmonitor/GenericEventMonitorTest.java
r2155 r2164 119 119 " [ {" + 120 120 " \"time\":\"12345\"," + 121 " \" eventTargetId\":\"target2\"," +122 " \" eventType\":\"gaze\"," +121 " \"targetId\":\"target2\"," + 122 " \"type\":\"gaze\"," + 123 123 " \"xcoordinate\": \"194\"," + 124 124 " \"ycoordinate\": \"12\"" + … … 285 285 " [ {" + 286 286 " \"time\":\"1\"," + 287 " \" eventTargetId\":\"input1\"," +288 " \" eventType\":\"onclick\"," +287 " \"targetId\":\"input1\"," + 288 " \"type\":\"onclick\"," + 289 289 " \"coordinates\": \"194\"" + 290 290 " }," + 291 291 " {" + 292 292 " \"time\":\"2\"," + 293 " \" eventTargetId\":\"input2\"," +294 " \" eventType\":\"ondblclick\"," +293 " \"targetId\":\"input2\"," + 294 " \"type\":\"ondblclick\"," + 295 295 " \"coordinates\": \"194\"" + 296 296 " }," + 297 297 " {" + 298 298 " \"time\":\"3\"," + 299 " \" eventTargetId\":\"input3\"," +300 " \" eventType\":\"onfocus\"" +299 " \"targetId\":\"input3\"," + 300 " \"type\":\"onfocus\"" + 301 301 " }," + 302 302 " {" + 303 303 " \"time\":\"4\"," + 304 " \" eventTargetId\":\"input4\"," +305 " \" eventType\":\"onclick\"," +304 " \"targetId\":\"input4\"," + 305 " \"type\":\"onclick\"," + 306 306 " \"coordinates\": \"255\"" + 307 307 " }," + 308 308 " {" + 309 309 " \"time\":\"5\"," + 310 " \" eventTargetId\":\"input5\"," +311 " \" eventType\":\"onfocus\"" +310 " \"targetId\":\"input5\"," + 311 " \"type\":\"onfocus\"" + 312 312 " }," + 313 313 " {" + 314 314 " \"time\":\"6\"," + 315 " \" eventTargetId\":\"input6\"," +316 " \" eventType\":\"onfocus\"" +315 " \"targetId\":\"input6\"," + 316 " \"type\":\"onfocus\"" + 317 317 " }," + 318 318 " {" + 319 319 " \"time\":\"7\"," + 320 " \" eventTargetId\":\"input7\"," +321 " \" eventType\":\"onfocus\"" +320 " \"targetId\":\"input7\"," + 321 " \"type\":\"onfocus\"" + 322 322 " }," + 323 323 " {" + 324 324 " \"time\":\"8\"," + 325 " \" eventTargetId\":\"input8\"," +326 " \" eventType\":\"onclick\"," +325 " \"targetId\":\"input8\"," + 326 " \"type\":\"onclick\"," + 327 327 " \"coordinates\": \"255\"" + 328 328 " }," + 329 329 " {" + 330 330 " \"time\":\"9\"," + 331 " \" eventTargetId\":\"input9\"," +332 " \" eventType\":\"onscroll\"," +331 " \"targetId\":\"input9\"," + 332 " \"type\":\"onscroll\"," + 333 333 " \"scrollPosition\": \"194\"" + 334 334 " }," + 335 335 " {" + 336 336 " \"time\":\"10\"," + 337 " \" eventTargetId\":\"input10\"," +338 " \" eventType\":\"onclick\"," +337 " \"targetId\":\"input10\"," + 338 " \"type\":\"onclick\"," + 339 339 " \"coordinates\": \"194\"" + 340 340 " }" + … … 494 494 " \"time\":\"12345\"," + 495 495 " \"path\":\"/html[0]/body(htmlId=gsr)\"," + 496 " \" eventType\":\"onclick\"" +496 " \"type\":\"onclick\"" + 497 497 " \"coordinates\": [\"194\", \"7\"]" + 498 498 " }" +
Note: See TracChangeset
for help on using the changeset viewer.