OLD | NEW |
1 This tests that the text for LayoutCounter is exposed correctly. | 1 This tests that the text for LayoutCounter is exposed correctly. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 PASS line1.childAtIndex(0).stringValue is 'AXValue: 1' | 5 PASS line1.childAtIndex(0).name is '1' |
6 PASS line1.childAtIndex(1).stringValue is 'AXValue: :' | 6 PASS line1.childAtIndex(1).name is ':' |
7 PASS line1.childAtIndex(2).stringValue is 'AXValue: line1' | 7 PASS line1.childAtIndex(2).name is 'line1' |
8 PASS line2.childAtIndex(0).stringValue is 'AXValue: 2' | 8 PASS line2.childAtIndex(0).name is '2' |
9 PASS line2.childAtIndex(1).stringValue is 'AXValue: :' | 9 PASS line2.childAtIndex(1).name is ':' |
10 PASS line2.childAtIndex(2).stringValue is 'AXValue: line2' | 10 PASS line2.childAtIndex(2).name is 'line2' |
11 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
12 | 12 |
13 TEST COMPLETE | 13 TEST COMPLETE |
14 | 14 |
OLD | NEW |