Changeset 2164


Ignore:
Timestamp:
09/07/17 16:17:09 (7 years ago)
Author:
pharms
Message:
  • changes for first VR oriented usability evaluation
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  
    136136            "    [ {" + 
    137137            "        \"time\":\"12345\"," + 
    138             "        \"eventTargetId\":\"target2\"," + 
    139             "        \"eventType\":\"gaze\"," + 
     138            "        \"targetId\":\"target2\"," + 
     139            "        \"type\":\"gaze\"," + 
    140140            "        \"xcoordinate\": \"194\"," + 
    141141            "        \"ycoordinate\": \"12\"" + 
     
    250250            "    [ {" + 
    251251            "        \"time\":\"1\"," + 
    252             "        \"eventTargetId\":\"input1\"," + 
    253             "        \"eventType\":\"onclick\"," + 
     252            "        \"targetId\":\"input1\"," + 
     253            "        \"type\":\"onclick\"," + 
    254254            "        \"coordinates\": \"194\"" + 
    255255            "      }," + 
    256256            "      {" + 
    257257            "        \"time\":\"2\"," + 
    258             "        \"eventTargetId\":\"input2\"," + 
    259             "        \"eventType\":\"ondblclick\"," + 
     258            "        \"targetId\":\"input2\"," + 
     259            "        \"type\":\"ondblclick\"," + 
    260260            "        \"coordinates\": \"194\"" + 
    261261            "      }," + 
    262262            "      {" + 
    263263            "        \"time\":\"3\"," + 
    264             "        \"eventTargetId\":\"input3\"," + 
    265             "        \"eventType\":\"onfocus\"" + 
     264            "        \"targetId\":\"input3\"," + 
     265            "        \"type\":\"onfocus\"" + 
    266266            "      }," + 
    267267            "      {" + 
    268268            "        \"time\":\"4\"," + 
    269             "        \"eventTargetId\":\"input4\"," + 
    270             "        \"eventType\":\"onclick\"," + 
     269            "        \"targetId\":\"input4\"," + 
     270            "        \"type\":\"onclick\"," + 
    271271            "        \"coordinates\": \"255\"" + 
    272272            "      }," + 
    273273            "      {" + 
    274274            "        \"time\":\"5\"," + 
    275             "        \"eventTargetId\":\"input5\"," + 
    276             "        \"eventType\":\"onfocus\"" + 
     275            "        \"targetId\":\"input5\"," + 
     276            "        \"type\":\"onfocus\"" + 
    277277            "      }," + 
    278278            "      {" + 
    279279            "        \"time\":\"6\"," + 
    280             "        \"eventTargetId\":\"input6\"," + 
    281             "        \"eventType\":\"onfocus\"" + 
     280            "        \"targetId\":\"input6\"," + 
     281            "        \"type\":\"onfocus\"" + 
    282282            "      }," + 
    283283            "      {" + 
    284284            "        \"time\":\"7\"," + 
    285             "        \"eventTargetId\":\"input7\"," + 
    286             "        \"eventType\":\"onfocus\"" + 
     285            "        \"targetId\":\"input7\"," + 
     286            "        \"type\":\"onfocus\"" + 
    287287            "      }," + 
    288288            "      {" + 
    289289            "        \"time\":\"8\"," + 
    290             "        \"eventTargetId\":\"input8\"," + 
    291             "        \"eventType\":\"onclick\"," + 
     290            "        \"targetId\":\"input8\"," + 
     291            "        \"type\":\"onclick\"," + 
    292292            "        \"coordinates\": \"255\"" + 
    293293            "      }," + 
    294294            "      {" + 
    295295            "        \"time\":\"9\"," + 
    296             "        \"eventTargetId\":\"input9\"," + 
    297             "        \"eventType\":\"onscroll\"," + 
     296            "        \"targetId\":\"input9\"," + 
     297            "        \"type\":\"onscroll\"," + 
    298298            "        \"scrollPosition\": \"194\"" + 
    299299            "      }," + 
    300300            "      {" + 
    301301            "        \"time\":\"10\"," + 
    302             "        \"eventTargetId\":\"input10\"," + 
    303             "        \"eventType\":\"onclick\"," + 
     302            "        \"targetId\":\"input10\"," + 
     303            "        \"type\":\"onclick\"," + 
    304304            "        \"coordinates\": \"194\"" + 
    305305            "      }" + 
     
    432432            "        \"time\":\"9\"," + 
    433433            "        \"path\":\"/html[0]/body(htmlId=gsr)\"," + 
    434             "        \"eventType\":\"onscroll\"," + 
     434            "        \"type\":\"onscroll\"," + 
    435435            "      }" + 
    436436            "    ]" + 
     
    473473            "        \"time\":\"12345\"," + 
    474474            "        \"path\":\"/html[0]/body(htmlId=gsr)\"," + 
    475             "        \"eventType\":\"onunload\"" + 
     475            "        \"type\":\"onunload\"" + 
    476476            "      }" + 
    477477            "    ]" + 
     
    515515            "        \"time\":\"blub\"," + 
    516516            "        \"path\":\"/html[0]/body(htmlId=gsr)\"," + 
    517             "        \"eventType\":\"onunload\"" + 
     517            "        \"type\":\"onunload\"" + 
    518518            "      }" + 
    519519            "    ]" + 
  • trunk/autoquest-generic-event-monitor-test/src/test/java/de/ugoe/cs/autoquest/genericeventmonitor/GenericEventMonitorTest.java

    r2155 r2164  
    119119            "    [ {" + 
    120120            "        \"time\":\"12345\"," + 
    121             "        \"eventTargetId\":\"target2\"," + 
    122             "        \"eventType\":\"gaze\"," + 
     121            "        \"targetId\":\"target2\"," + 
     122            "        \"type\":\"gaze\"," + 
    123123            "        \"xcoordinate\": \"194\"," + 
    124124            "        \"ycoordinate\": \"12\"" + 
     
    285285            "    [ {" + 
    286286            "        \"time\":\"1\"," + 
    287             "        \"eventTargetId\":\"input1\"," + 
    288             "        \"eventType\":\"onclick\"," + 
     287            "        \"targetId\":\"input1\"," + 
     288            "        \"type\":\"onclick\"," + 
    289289            "        \"coordinates\": \"194\"" + 
    290290            "      }," + 
    291291            "      {" + 
    292292            "        \"time\":\"2\"," + 
    293             "        \"eventTargetId\":\"input2\"," + 
    294             "        \"eventType\":\"ondblclick\"," + 
     293            "        \"targetId\":\"input2\"," + 
     294            "        \"type\":\"ondblclick\"," + 
    295295            "        \"coordinates\": \"194\"" + 
    296296            "      }," + 
    297297            "      {" + 
    298298            "        \"time\":\"3\"," + 
    299             "        \"eventTargetId\":\"input3\"," + 
    300             "        \"eventType\":\"onfocus\"" + 
     299            "        \"targetId\":\"input3\"," + 
     300            "        \"type\":\"onfocus\"" + 
    301301            "      }," + 
    302302            "      {" + 
    303303            "        \"time\":\"4\"," + 
    304             "        \"eventTargetId\":\"input4\"," + 
    305             "        \"eventType\":\"onclick\"," + 
     304            "        \"targetId\":\"input4\"," + 
     305            "        \"type\":\"onclick\"," + 
    306306            "        \"coordinates\": \"255\"" + 
    307307            "      }," + 
    308308            "      {" + 
    309309            "        \"time\":\"5\"," + 
    310             "        \"eventTargetId\":\"input5\"," + 
    311             "        \"eventType\":\"onfocus\"" + 
     310            "        \"targetId\":\"input5\"," + 
     311            "        \"type\":\"onfocus\"" + 
    312312            "      }," + 
    313313            "      {" + 
    314314            "        \"time\":\"6\"," + 
    315             "        \"eventTargetId\":\"input6\"," + 
    316             "        \"eventType\":\"onfocus\"" + 
     315            "        \"targetId\":\"input6\"," + 
     316            "        \"type\":\"onfocus\"" + 
    317317            "      }," + 
    318318            "      {" + 
    319319            "        \"time\":\"7\"," + 
    320             "        \"eventTargetId\":\"input7\"," + 
    321             "        \"eventType\":\"onfocus\"" + 
     320            "        \"targetId\":\"input7\"," + 
     321            "        \"type\":\"onfocus\"" + 
    322322            "      }," + 
    323323            "      {" + 
    324324            "        \"time\":\"8\"," + 
    325             "        \"eventTargetId\":\"input8\"," + 
    326             "        \"eventType\":\"onclick\"," + 
     325            "        \"targetId\":\"input8\"," + 
     326            "        \"type\":\"onclick\"," + 
    327327            "        \"coordinates\": \"255\"" + 
    328328            "      }," + 
    329329            "      {" + 
    330330            "        \"time\":\"9\"," + 
    331             "        \"eventTargetId\":\"input9\"," + 
    332             "        \"eventType\":\"onscroll\"," + 
     331            "        \"targetId\":\"input9\"," + 
     332            "        \"type\":\"onscroll\"," + 
    333333            "        \"scrollPosition\": \"194\"" + 
    334334            "      }," + 
    335335            "      {" + 
    336336            "        \"time\":\"10\"," + 
    337             "        \"eventTargetId\":\"input10\"," + 
    338             "        \"eventType\":\"onclick\"," + 
     337            "        \"targetId\":\"input10\"," + 
     338            "        \"type\":\"onclick\"," + 
    339339            "        \"coordinates\": \"194\"" + 
    340340            "      }" + 
     
    494494            "        \"time\":\"12345\"," + 
    495495            "        \"path\":\"/html[0]/body(htmlId=gsr)\"," + 
    496             "        \"eventType\":\"onclick\"" + 
     496            "        \"type\":\"onclick\"" + 
    497497            "        \"coordinates\": [\"194\", \"7\"]" + 
    498498            "      }" + 
Note: See TracChangeset for help on using the changeset viewer.