Ignore:
Timestamp:
11/08/13 22:34:21 (11 years ago)
Author:
khartmann
Message:
  • Reworked Filters to use the first instance of a task to provide type and target
  • Added a function to extract all tasks matching a given filter
  • Added simple console feedback for matched usability problems
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-usability-evaluation-test/src/main/java/de/ugoe/cs/autoquest/usability/rules/patterns/visitors/startswith/StartsWithEventContainsPatternAndEndsWithPatternTest.java

    r1218 r1319  
    4242        // Given 
    4343        String spec = "UserSession {" + 
    44                               "  Sequence seq1 {" +  
     44                      "  Sequence seq1 {" +  
    4545                      "    TextInput t1 {}" + 
    4646                      "    Selection sel1 {" + 
     
    5050                      "      }" + 
    5151                      "    }" + 
    52                       "    Selection sel1 {" + 
     52                      "    Iteration iter1 {" + 
    5353                      "      MouseClick t2 {}" + 
    5454                      "    }" + 
     
    5757                      "  MouseClick t2 {}" + 
    5858                      "  Iteration iter1 {" + 
    59                       "    MouseClick t4 {}" + 
     59                      "    MouseClick t2 {}" + 
    6060                      "  }" +  
    6161                      "}"; 
Note: See TracChangeset for help on using the changeset viewer.