Ignore:
Timestamp:
09/07/17 16:17:09 (7 years ago)
Author:
pharms
Message:
  • changes for first VR oriented usability evaluation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.