testaro 13.0.2 → 14.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/README.md +190 -94
  2. package/actSpecs.js +17 -158
  3. package/package.json +1 -1
  4. package/run.js +31 -31
  5. package/standardize.js +338 -0
  6. package/{tests → testaro}/allHidden.js +36 -1
  7. package/{tests → testaro}/attVal.js +36 -2
  8. package/{tests → testaro}/autocomplete.js +34 -1
  9. package/{tests → testaro}/bulk.js +15 -1
  10. package/{tests → testaro}/docType.js +15 -1
  11. package/{tests → testaro}/dupAtt.js +34 -1
  12. package/{tests → testaro}/elements.js +9 -3
  13. package/testaro/embAc.js +78 -0
  14. package/{tests → testaro}/filter.js +35 -1
  15. package/{tests → testaro}/focAll.js +20 -3
  16. package/{tests → testaro}/focInd.js +45 -3
  17. package/{tests → testaro}/focOp.js +61 -2
  18. package/{tests → testaro}/focVis.js +35 -1
  19. package/{tests → testaro}/hover.js +67 -5
  20. package/{tests → testaro}/labClash.js +54 -4
  21. package/{tests → testaro}/linkTo.js +33 -1
  22. package/{tests → testaro}/linkUl.js +43 -5
  23. package/{tests → testaro}/menuNav.js +42 -1
  24. package/{tests → testaro}/miniText.js +32 -1
  25. package/{tests → testaro}/motion.js +27 -4
  26. package/{tests → testaro}/nonTable.js +32 -1
  27. package/{tests → testaro}/radioSet.js +33 -2
  28. package/{tests → testaro}/role.js +38 -1
  29. package/{tests → testaro}/styleDiff.js +43 -2
  30. package/{tests → testaro}/tabNav.js +42 -1
  31. package/{tests → testaro}/textNodes.js +6 -2
  32. package/{tests → testaro}/title.js +8 -4
  33. package/{tests → testaro}/titledEl.js +32 -1
  34. package/{tests → testaro}/zIndex.js +40 -2
  35. package/tests/alfa.js +72 -75
  36. package/tests/continuum.js +6 -2
  37. package/tests/ibm.js +14 -42
  38. package/tests/testaro.js +73 -0
  39. package/validation/tests/jobs/allHidden.json +877 -174
  40. package/validation/tests/jobs/attVal.json +57 -19
  41. package/validation/tests/jobs/autocomplete.json +34 -8
  42. package/validation/tests/jobs/bulk.json +33 -7
  43. package/validation/tests/jobs/docType.json +23 -5
  44. package/validation/tests/jobs/dupAtt.json +47 -8
  45. package/validation/tests/jobs/elements.json +231 -70
  46. package/validation/tests/jobs/embAc.json +70 -15
  47. package/validation/tests/jobs/filter.json +56 -12
  48. package/validation/tests/jobs/focAll.json +64 -16
  49. package/validation/tests/jobs/focInd.json +107 -23
  50. package/validation/tests/jobs/focOp.json +93 -21
  51. package/validation/tests/jobs/focVis.json +16 -4
  52. package/validation/tests/jobs/hover.json +246 -56
  53. package/validation/tests/jobs/labClash.json +43 -11
  54. package/validation/tests/jobs/linkTo.json +16 -4
  55. package/validation/tests/jobs/linkUl.json +79 -19
  56. package/validation/tests/jobs/menuNav.json +313 -65
  57. package/validation/tests/jobs/miniText.json +21 -5
  58. package/validation/tests/jobs/motion.json +81 -23
  59. package/validation/tests/jobs/nonTable.json +26 -6
  60. package/validation/tests/jobs/radioSet.json +43 -11
  61. package/validation/tests/jobs/role.json +93 -19
  62. package/validation/tests/jobs/styleDiff.json +124 -28
  63. package/validation/tests/jobs/tabNav.json +313 -65
  64. package/validation/tests/jobs/textNodes.json +190 -49
  65. package/validation/tests/jobs/title.json +23 -5
  66. package/validation/tests/jobs/titledEl.json +26 -6
  67. package/validation/tests/jobs/zIndex.json +28 -8
  68. package/validation/tests/old/allHidden.json +314 -0
  69. package/validation/tests/old/attVal.json +60 -0
  70. package/validation/tests/old/autocomplete.json +51 -0
  71. package/validation/tests/old/bulk.json +48 -0
  72. package/validation/tests/old/docType.json +46 -0
  73. package/validation/tests/old/dupAtt.json +51 -0
  74. package/validation/tests/old/elements.json +140 -0
  75. package/validation/tests/old/embAc.json +54 -0
  76. package/validation/tests/old/filter.json +55 -0
  77. package/validation/tests/old/focAll.json +68 -0
  78. package/validation/tests/old/focInd.json +69 -0
  79. package/validation/tests/old/focOp.json +62 -0
  80. package/validation/tests/old/focVis.json +35 -0
  81. package/validation/tests/old/hover.json +118 -0
  82. package/validation/tests/old/labClash.json +52 -0
  83. package/validation/tests/old/linkTo.json +35 -0
  84. package/validation/tests/old/linkUl.json +71 -0
  85. package/validation/tests/old/menuNav.json +106 -0
  86. package/validation/tests/old/miniText.json +36 -0
  87. package/validation/tests/old/motion.json +62 -0
  88. package/validation/tests/old/nonTable.json +37 -0
  89. package/validation/tests/old/radioSet.json +52 -0
  90. package/validation/tests/old/role.json +60 -0
  91. package/validation/tests/old/styleDiff.json +71 -0
  92. package/validation/tests/old/tabNav.json +106 -0
  93. package/validation/tests/old/temp.js +28 -0
  94. package/validation/tests/old/textNodes.json +98 -0
  95. package/validation/tests/old/title.json +46 -0
  96. package/validation/tests/old/titledEl.json +37 -0
  97. package/validation/tests/old/zIndex.json +49 -0
  98. package/validation/tests/targets/attVal/good.html +1 -1
  99. package/validation/tests/targets/elements/index.html +1 -0
  100. package/tests/embAc.js +0 -36
@@ -16,13 +16,29 @@
16
16
  },
17
17
  {
18
18
  "type": "test",
19
- "which": "labClash",
19
+ "which": "testaro",
20
20
  "what": "Labeling",
21
- "withItems": false,
21
+ "withItems": true,
22
22
  "expect": [
23
- ["totals.mislabeled", "=", 0],
24
- ["totals.unlabeled", "=", 0],
25
- ["totals.wellLabeled", "=", 7]
23
+ [
24
+ "result.rules.labClash.data.totals.mislabeled",
25
+ "=",
26
+ 0
27
+ ],
28
+ [
29
+ "result.rules.labClash.data.totals.unlabeled",
30
+ "=",
31
+ 0
32
+ ],
33
+ [
34
+ "result.rules.labClash.data.totals.wellLabeled",
35
+ "=",
36
+ 7
37
+ ]
38
+ ],
39
+ "rules": [
40
+ "y",
41
+ "labClash"
26
42
  ]
27
43
  },
28
44
  {
@@ -32,13 +48,29 @@
32
48
  },
33
49
  {
34
50
  "type": "test",
35
- "which": "labClash",
51
+ "which": "testaro",
36
52
  "what": "Labeling",
37
- "withItems": false,
53
+ "withItems": true,
38
54
  "expect": [
39
- ["totals.mislabeled", "=", 3],
40
- ["totals.unlabeled", "=", 3],
41
- ["totals.wellLabeled", "=", 0]
55
+ [
56
+ "result.rules.labClash.data.totals.mislabeled",
57
+ "=",
58
+ 3
59
+ ],
60
+ [
61
+ "result.rules.labClash.data.totals.unlabeled",
62
+ "=",
63
+ 3
64
+ ],
65
+ [
66
+ "result.rules.labClash.data.totals.wellLabeled",
67
+ "=",
68
+ 0
69
+ ]
70
+ ],
71
+ "rules": [
72
+ "y",
73
+ "labClash"
42
74
  ]
43
75
  }
44
76
  ],
@@ -47,6 +79,6 @@
47
79
  "host": {},
48
80
  "requester": ""
49
81
  },
50
- "creationTime": "2002-11-12T09:31:00",
82
+ "creationTime": "2013-05-28T12:00:00",
51
83
  "timeStamp": "00000"
52
84
  }
@@ -16,12 +16,24 @@
16
16
  },
17
17
  {
18
18
  "type": "test",
19
- "which": "linkTo",
19
+ "which": "testaro",
20
20
  "what": "links without destinations",
21
21
  "withItems": true,
22
22
  "expect": [
23
- ["total", "=", 1],
24
- ["items.0", "=", "nothing at all"]
23
+ [
24
+ "result.rules.linkTo.data.total",
25
+ "=",
26
+ 1
27
+ ],
28
+ [
29
+ "result.rules.linkTo.data.items.0",
30
+ "=",
31
+ "nothing at all"
32
+ ]
33
+ ],
34
+ "rules": [
35
+ "y",
36
+ "linkTo"
25
37
  ]
26
38
  }
27
39
  ],
@@ -30,6 +42,6 @@
30
42
  "host": {},
31
43
  "requester": ""
32
44
  },
33
- "creationTime": "2002-11-12T09:31:00",
45
+ "creationTime": "2013-05-28T12:00:00",
34
46
  "timeStamp": "00000"
35
47
  }
@@ -16,14 +16,34 @@
16
16
  },
17
17
  {
18
18
  "type": "test",
19
- "which": "linkUl",
19
+ "which": "testaro",
20
20
  "what": "adjacent-link underlining",
21
- "withItems": false,
21
+ "withItems": true,
22
22
  "expect": [
23
- ["totals.links", "=", 6],
24
- ["totals.adjacent.total", "=", 2],
25
- ["totals.adjacent.underlined", "=", 2],
26
- ["totals.adjacent.underlinedPercent", "=", 100]
23
+ [
24
+ "result.rules.linkUl.data.totals.links",
25
+ "=",
26
+ 6
27
+ ],
28
+ [
29
+ "result.rules.linkUl.data.totals.adjacent.total",
30
+ "=",
31
+ 2
32
+ ],
33
+ [
34
+ "result.rules.linkUl.data.totals.adjacent.underlined",
35
+ "=",
36
+ 2
37
+ ],
38
+ [
39
+ "result.rules.linkUl.data.totals.adjacent.underlinedPercent",
40
+ "=",
41
+ 100
42
+ ]
43
+ ],
44
+ "rules": [
45
+ "y",
46
+ "linkUl"
27
47
  ]
28
48
  },
29
49
  {
@@ -33,14 +53,34 @@
33
53
  },
34
54
  {
35
55
  "type": "test",
36
- "which": "linkUl",
56
+ "which": "testaro",
37
57
  "what": "adjacent-link underlining",
38
- "withItems": false,
58
+ "withItems": true,
39
59
  "expect": [
40
- ["totals.links", "=", 6],
41
- ["totals.adjacent.total", "=", 6],
42
- ["totals.adjacent.underlined", "=", 0],
43
- ["totals.adjacent.underlinedPercent", "=", 0]
60
+ [
61
+ "result.rules.linkUl.data.totals.links",
62
+ "=",
63
+ 6
64
+ ],
65
+ [
66
+ "result.rules.linkUl.data.totals.adjacent.total",
67
+ "=",
68
+ 6
69
+ ],
70
+ [
71
+ "result.rules.linkUl.data.totals.adjacent.underlined",
72
+ "=",
73
+ 0
74
+ ],
75
+ [
76
+ "result.rules.linkUl.data.totals.adjacent.underlinedPercent",
77
+ "=",
78
+ 0
79
+ ]
80
+ ],
81
+ "rules": [
82
+ "y",
83
+ "linkUl"
44
84
  ]
45
85
  },
46
86
  {
@@ -50,14 +90,34 @@
50
90
  },
51
91
  {
52
92
  "type": "test",
53
- "which": "linkUl",
93
+ "which": "testaro",
54
94
  "what": "adjacent-link underlining",
55
- "withItems": false,
95
+ "withItems": true,
56
96
  "expect": [
57
- ["totals.links", "=", 2],
58
- ["totals.adjacent.total", "=", 0],
59
- ["totals.adjacent.underlined", "=", 0],
60
- ["totals.adjacent.underlinedPercent", "=", "N/A"]
97
+ [
98
+ "result.rules.linkUl.data.totals.links",
99
+ "=",
100
+ 2
101
+ ],
102
+ [
103
+ "result.rules.linkUl.data.totals.adjacent.total",
104
+ "=",
105
+ 0
106
+ ],
107
+ [
108
+ "result.rules.linkUl.data.totals.adjacent.underlined",
109
+ "=",
110
+ 0
111
+ ],
112
+ [
113
+ "result.rules.linkUl.data.totals.adjacent.underlinedPercent",
114
+ "=",
115
+ "N/A"
116
+ ]
117
+ ],
118
+ "rules": [
119
+ "y",
120
+ "linkUl"
61
121
  ]
62
122
  }
63
123
  ],
@@ -66,6 +126,6 @@
66
126
  "host": {},
67
127
  "requester": ""
68
128
  },
69
- "creationTime": "2002-11-12T09:31:00",
129
+ "creationTime": "2013-05-28T12:00:00",
70
130
  "timeStamp": "00000"
71
131
  }
@@ -16,40 +16,164 @@
16
16
  },
17
17
  {
18
18
  "type": "test",
19
- "which": "menuNav",
19
+ "which": "testaro",
20
20
  "what": "menu navigation",
21
- "withItems": false,
21
+ "withItems": true,
22
22
  "expect": [
23
- ["totals.navigations.all.total", "=", 20],
24
- ["totals.navigations.all.correct", "=", 20],
25
- ["totals.navigations.all.incorrect", "=", 0],
26
- ["totals.navigations.specific.tab.total", "=", 4],
27
- ["totals.navigations.specific.tab.correct", "=", 4],
28
- ["totals.navigations.specific.tab.incorrect", "=", 0],
29
- ["totals.navigations.specific.left.total", "=", 2],
30
- ["totals.navigations.specific.left.correct", "=", 2],
31
- ["totals.navigations.specific.left.incorrect", "=", 0],
32
- ["totals.navigations.specific.right.total", "=", 2],
33
- ["totals.navigations.specific.right.correct", "=", 2],
34
- ["totals.navigations.specific.right.incorrect", "=", 0],
35
- ["totals.navigations.specific.up.total", "=", 2],
36
- ["totals.navigations.specific.up.correct", "=", 2],
37
- ["totals.navigations.specific.up.incorrect", "=", 0],
38
- ["totals.navigations.specific.down.total", "=", 2],
39
- ["totals.navigations.specific.down.correct", "=", 2],
40
- ["totals.navigations.specific.down.incorrect", "=", 0],
41
- ["totals.navigations.specific.home.total", "=", 4],
42
- ["totals.navigations.specific.home.correct", "=", 4],
43
- ["totals.navigations.specific.home.incorrect", "=", 0],
44
- ["totals.navigations.specific.end.total", "=", 4],
45
- ["totals.navigations.specific.end.correct", "=", 4],
46
- ["totals.navigations.specific.end.incorrect", "=", 0],
47
- ["totals.menuItems.total", "=", 4],
48
- ["totals.menuItems.correct", "=", 4],
49
- ["totals.menuItems.incorrect", "=", 0],
50
- ["totals.menus.total", "=", 2],
51
- ["totals.menus.correct", "=", 2],
52
- ["totals.menus.incorrect", "=", 0]
23
+ [
24
+ "result.rules.menuNav.data.totals.navigations.all.total",
25
+ "=",
26
+ 20
27
+ ],
28
+ [
29
+ "result.rules.menuNav.data.totals.navigations.all.correct",
30
+ "=",
31
+ 20
32
+ ],
33
+ [
34
+ "result.rules.menuNav.data.totals.navigations.all.incorrect",
35
+ "=",
36
+ 0
37
+ ],
38
+ [
39
+ "result.rules.menuNav.data.totals.navigations.specific.tab.total",
40
+ "=",
41
+ 4
42
+ ],
43
+ [
44
+ "result.rules.menuNav.data.totals.navigations.specific.tab.correct",
45
+ "=",
46
+ 4
47
+ ],
48
+ [
49
+ "result.rules.menuNav.data.totals.navigations.specific.tab.incorrect",
50
+ "=",
51
+ 0
52
+ ],
53
+ [
54
+ "result.rules.menuNav.data.totals.navigations.specific.left.total",
55
+ "=",
56
+ 2
57
+ ],
58
+ [
59
+ "result.rules.menuNav.data.totals.navigations.specific.left.correct",
60
+ "=",
61
+ 2
62
+ ],
63
+ [
64
+ "result.rules.menuNav.data.totals.navigations.specific.left.incorrect",
65
+ "=",
66
+ 0
67
+ ],
68
+ [
69
+ "result.rules.menuNav.data.totals.navigations.specific.right.total",
70
+ "=",
71
+ 2
72
+ ],
73
+ [
74
+ "result.rules.menuNav.data.totals.navigations.specific.right.correct",
75
+ "=",
76
+ 2
77
+ ],
78
+ [
79
+ "result.rules.menuNav.data.totals.navigations.specific.right.incorrect",
80
+ "=",
81
+ 0
82
+ ],
83
+ [
84
+ "result.rules.menuNav.data.totals.navigations.specific.up.total",
85
+ "=",
86
+ 2
87
+ ],
88
+ [
89
+ "result.rules.menuNav.data.totals.navigations.specific.up.correct",
90
+ "=",
91
+ 2
92
+ ],
93
+ [
94
+ "result.rules.menuNav.data.totals.navigations.specific.up.incorrect",
95
+ "=",
96
+ 0
97
+ ],
98
+ [
99
+ "result.rules.menuNav.data.totals.navigations.specific.down.total",
100
+ "=",
101
+ 2
102
+ ],
103
+ [
104
+ "result.rules.menuNav.data.totals.navigations.specific.down.correct",
105
+ "=",
106
+ 2
107
+ ],
108
+ [
109
+ "result.rules.menuNav.data.totals.navigations.specific.down.incorrect",
110
+ "=",
111
+ 0
112
+ ],
113
+ [
114
+ "result.rules.menuNav.data.totals.navigations.specific.home.total",
115
+ "=",
116
+ 4
117
+ ],
118
+ [
119
+ "result.rules.menuNav.data.totals.navigations.specific.home.correct",
120
+ "=",
121
+ 4
122
+ ],
123
+ [
124
+ "result.rules.menuNav.data.totals.navigations.specific.home.incorrect",
125
+ "=",
126
+ 0
127
+ ],
128
+ [
129
+ "result.rules.menuNav.data.totals.navigations.specific.end.total",
130
+ "=",
131
+ 4
132
+ ],
133
+ [
134
+ "result.rules.menuNav.data.totals.navigations.specific.end.correct",
135
+ "=",
136
+ 4
137
+ ],
138
+ [
139
+ "result.rules.menuNav.data.totals.navigations.specific.end.incorrect",
140
+ "=",
141
+ 0
142
+ ],
143
+ [
144
+ "result.rules.menuNav.data.totals.menuItems.total",
145
+ "=",
146
+ 4
147
+ ],
148
+ [
149
+ "result.rules.menuNav.data.totals.menuItems.correct",
150
+ "=",
151
+ 4
152
+ ],
153
+ [
154
+ "result.rules.menuNav.data.totals.menuItems.incorrect",
155
+ "=",
156
+ 0
157
+ ],
158
+ [
159
+ "result.rules.menuNav.data.totals.menus.total",
160
+ "=",
161
+ 2
162
+ ],
163
+ [
164
+ "result.rules.menuNav.data.totals.menus.correct",
165
+ "=",
166
+ 2
167
+ ],
168
+ [
169
+ "result.rules.menuNav.data.totals.menus.incorrect",
170
+ "=",
171
+ 0
172
+ ]
173
+ ],
174
+ "rules": [
175
+ "y",
176
+ "menuNav"
53
177
  ]
54
178
  },
55
179
  {
@@ -59,40 +183,164 @@
59
183
  },
60
184
  {
61
185
  "type": "test",
62
- "which": "menuNav",
186
+ "which": "testaro",
63
187
  "what": "menu navigation",
64
- "withItems": false,
188
+ "withItems": true,
65
189
  "expect": [
66
- ["totals.navigations.all.total", "=", 20],
67
- ["totals.navigations.all.correct", "=", 12],
68
- ["totals.navigations.all.incorrect", "=", 8],
69
- ["totals.navigations.specific.tab.total", "=", 4],
70
- ["totals.navigations.specific.tab.correct", "=", 4],
71
- ["totals.navigations.specific.tab.incorrect", "=", 0],
72
- ["totals.navigations.specific.left.total", "=", 2],
73
- ["totals.navigations.specific.left.correct", "=", 1],
74
- ["totals.navigations.specific.left.incorrect", "=", 1],
75
- ["totals.navigations.specific.right.total", "=", 2],
76
- ["totals.navigations.specific.right.correct", "=", 1],
77
- ["totals.navigations.specific.right.incorrect", "=", 1],
78
- ["totals.navigations.specific.up.total", "=", 2],
79
- ["totals.navigations.specific.up.correct", "=", 1],
80
- ["totals.navigations.specific.up.incorrect", "=", 1],
81
- ["totals.navigations.specific.down.total", "=", 2],
82
- ["totals.navigations.specific.down.correct", "=", 1],
83
- ["totals.navigations.specific.down.incorrect", "=", 1],
84
- ["totals.navigations.specific.home.total", "=", 4],
85
- ["totals.navigations.specific.home.correct", "=", 2],
86
- ["totals.navigations.specific.home.incorrect", "=", 2],
87
- ["totals.navigations.specific.end.total", "=", 4],
88
- ["totals.navigations.specific.end.correct", "=", 2],
89
- ["totals.navigations.specific.end.incorrect", "=", 2],
90
- ["totals.menuItems.total", "=", 4],
91
- ["totals.menuItems.correct", "=", 0],
92
- ["totals.menuItems.incorrect", "=", 4],
93
- ["totals.menus.total", "=", 2],
94
- ["totals.menus.correct", "=", 0],
95
- ["totals.menus.incorrect", "=", 2]
190
+ [
191
+ "result.rules.menuNav.data.totals.navigations.all.total",
192
+ "=",
193
+ 20
194
+ ],
195
+ [
196
+ "result.rules.menuNav.data.totals.navigations.all.correct",
197
+ "=",
198
+ 12
199
+ ],
200
+ [
201
+ "result.rules.menuNav.data.totals.navigations.all.incorrect",
202
+ "=",
203
+ 8
204
+ ],
205
+ [
206
+ "result.rules.menuNav.data.totals.navigations.specific.tab.total",
207
+ "=",
208
+ 4
209
+ ],
210
+ [
211
+ "result.rules.menuNav.data.totals.navigations.specific.tab.correct",
212
+ "=",
213
+ 4
214
+ ],
215
+ [
216
+ "result.rules.menuNav.data.totals.navigations.specific.tab.incorrect",
217
+ "=",
218
+ 0
219
+ ],
220
+ [
221
+ "result.rules.menuNav.data.totals.navigations.specific.left.total",
222
+ "=",
223
+ 2
224
+ ],
225
+ [
226
+ "result.rules.menuNav.data.totals.navigations.specific.left.correct",
227
+ "=",
228
+ 1
229
+ ],
230
+ [
231
+ "result.rules.menuNav.data.totals.navigations.specific.left.incorrect",
232
+ "=",
233
+ 1
234
+ ],
235
+ [
236
+ "result.rules.menuNav.data.totals.navigations.specific.right.total",
237
+ "=",
238
+ 2
239
+ ],
240
+ [
241
+ "result.rules.menuNav.data.totals.navigations.specific.right.correct",
242
+ "=",
243
+ 1
244
+ ],
245
+ [
246
+ "result.rules.menuNav.data.totals.navigations.specific.right.incorrect",
247
+ "=",
248
+ 1
249
+ ],
250
+ [
251
+ "result.rules.menuNav.data.totals.navigations.specific.up.total",
252
+ "=",
253
+ 2
254
+ ],
255
+ [
256
+ "result.rules.menuNav.data.totals.navigations.specific.up.correct",
257
+ "=",
258
+ 1
259
+ ],
260
+ [
261
+ "result.rules.menuNav.data.totals.navigations.specific.up.incorrect",
262
+ "=",
263
+ 1
264
+ ],
265
+ [
266
+ "result.rules.menuNav.data.totals.navigations.specific.down.total",
267
+ "=",
268
+ 2
269
+ ],
270
+ [
271
+ "result.rules.menuNav.data.totals.navigations.specific.down.correct",
272
+ "=",
273
+ 1
274
+ ],
275
+ [
276
+ "result.rules.menuNav.data.totals.navigations.specific.down.incorrect",
277
+ "=",
278
+ 1
279
+ ],
280
+ [
281
+ "result.rules.menuNav.data.totals.navigations.specific.home.total",
282
+ "=",
283
+ 4
284
+ ],
285
+ [
286
+ "result.rules.menuNav.data.totals.navigations.specific.home.correct",
287
+ "=",
288
+ 2
289
+ ],
290
+ [
291
+ "result.rules.menuNav.data.totals.navigations.specific.home.incorrect",
292
+ "=",
293
+ 2
294
+ ],
295
+ [
296
+ "result.rules.menuNav.data.totals.navigations.specific.end.total",
297
+ "=",
298
+ 4
299
+ ],
300
+ [
301
+ "result.rules.menuNav.data.totals.navigations.specific.end.correct",
302
+ "=",
303
+ 2
304
+ ],
305
+ [
306
+ "result.rules.menuNav.data.totals.navigations.specific.end.incorrect",
307
+ "=",
308
+ 2
309
+ ],
310
+ [
311
+ "result.rules.menuNav.data.totals.menuItems.total",
312
+ "=",
313
+ 4
314
+ ],
315
+ [
316
+ "result.rules.menuNav.data.totals.menuItems.correct",
317
+ "=",
318
+ 0
319
+ ],
320
+ [
321
+ "result.rules.menuNav.data.totals.menuItems.incorrect",
322
+ "=",
323
+ 4
324
+ ],
325
+ [
326
+ "result.rules.menuNav.data.totals.menus.total",
327
+ "=",
328
+ 2
329
+ ],
330
+ [
331
+ "result.rules.menuNav.data.totals.menus.correct",
332
+ "=",
333
+ 0
334
+ ],
335
+ [
336
+ "result.rules.menuNav.data.totals.menus.incorrect",
337
+ "=",
338
+ 2
339
+ ]
340
+ ],
341
+ "rules": [
342
+ "y",
343
+ "menuNav"
96
344
  ]
97
345
  }
98
346
  ],
@@ -101,6 +349,6 @@
101
349
  "host": {},
102
350
  "requester": ""
103
351
  },
104
- "creationTime": "2002-11-12T09:31:00",
352
+ "creationTime": "2013-05-28T12:00:00",
105
353
  "timeStamp": "00000"
106
354
  }
@@ -16,13 +16,29 @@
16
16
  },
17
17
  {
18
18
  "type": "test",
19
- "which": "miniText",
19
+ "which": "testaro",
20
20
  "what": "small text",
21
21
  "withItems": true,
22
22
  "expect": [
23
- ["total", "=", 3],
24
- ["items.0", "i", "rem"],
25
- ["items.2", "i", "named"]
23
+ [
24
+ "result.rules.miniText.data.total",
25
+ "=",
26
+ 3
27
+ ],
28
+ [
29
+ "result.rules.miniText.data.items.0",
30
+ "i",
31
+ "rem"
32
+ ],
33
+ [
34
+ "result.rules.miniText.data.items.2",
35
+ "i",
36
+ "named"
37
+ ]
38
+ ],
39
+ "rules": [
40
+ "y",
41
+ "miniText"
26
42
  ]
27
43
  }
28
44
  ],
@@ -31,6 +47,6 @@
31
47
  "host": {},
32
48
  "requester": ""
33
49
  },
34
- "creationTime": "2002-11-12T09:31:00",
50
+ "creationTime": "2013-05-28T12:00:00",
35
51
  "timeStamp": "00000"
36
52
  }