Changeset 1319 for trunk/autoquest-core-usability-evaluation-test
- Timestamp:
- 11/08/13 22:34:21 (11 years ago)
- Location:
- trunk/autoquest-core-usability-evaluation-test/src/main/java/de/ugoe/cs/autoquest/usability/rules/patterns/visitors/startswith
- Files:
-
- 2 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 75 75 " }" + 76 76 " Selection sel1 {" + 77 " Se lection sel2 {" +77 " Sequence seq2 {" + 78 78 " TextInput t2 {}" + 79 79 " }" + 80 80 " }" + 81 81 " Selection sel1 {" + 82 " Se lection sel2{" +82 " Sequence seq3 {" + 83 83 " MouseClick t3 {}" + 84 84 " }" + 85 85 " }" + 86 " Sequence seq 2{" +86 " Sequence seq4 {" + 87 87 " EventTask target3 {}" + 88 88 " EventTask target4 {}" + -
trunk/autoquest-core-usability-evaluation-test/src/main/java/de/ugoe/cs/autoquest/usability/rules/patterns/visitors/startswith/StartsWithEventContainsPatternAndEndsWithPatternTest.java
r1218 r1319 42 42 // Given 43 43 String spec = "UserSession {" + 44 44 " Sequence seq1 {" + 45 45 " TextInput t1 {}" + 46 46 " Selection sel1 {" + … … 50 50 " }" + 51 51 " }" + 52 " Selection sel1 {" +52 " Iteration iter1 {" + 53 53 " MouseClick t2 {}" + 54 54 " }" + … … 57 57 " MouseClick t2 {}" + 58 58 " Iteration iter1 {" + 59 " MouseClick t 4{}" +59 " MouseClick t2 {}" + 60 60 " }" + 61 61 "}";
Note: See TracChangeset
for help on using the changeset viewer.