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/StartsWithEventAndContainsPatternTest.java

    r1218 r1319  
    7575                      "  }" + 
    7676                      "  Selection sel1 {" + 
    77                       "    Selection sel2 {" + 
     77                      "    Sequence seq2 {" + 
    7878                      "      TextInput t2 {}" + 
    7979                      "    }" + 
    8080                      "  }" + 
    8181                      "  Selection sel1 {" + 
    82                       "    Selection sel2 {" + 
     82                      "    Sequence seq3 {" + 
    8383                      "      MouseClick t3 {}" + 
    8484                      "    }" + 
    8585                      "  }" + 
    86                       "  Sequence seq2 {" + 
     86                      "  Sequence seq4 {" + 
    8787                      "    EventTask target3 {}" + 
    8888                      "    EventTask target4 {}" + 
Note: See TracChangeset for help on using the changeset viewer.