blob: d57cf854f02f8aa676a7d8ebe4936076abc11134 [file]
foo bar
Odd Even
1 2
3 4
hello world
Odd Even
1
2
3
4
This tests the Atk table hierarhy.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS table1.role is 'AXRole: table'
PASS table1.rowCount is 1
PASS table1.columnCount is 2
PASS table2.role is 'AXRole: table'
PASS table2.rowCount is 3
PASS table2.columnCount is 2
PASS table3.role is 'AXRole: table'
PASS table3.rowCount is 1
PASS table3.columnCount is 2
PASS table4.role is 'AXRole: table'
PASS table4.rowCount is 3
PASS table4.columnCount is 2
PASS children is 2
PASS table1.childAtIndex(i).role is 'AXRole: table cell'
PASS table1.childAtIndex(i).role is 'AXRole: table cell'
PASS children is 6
PASS table2.childAtIndex(i).role is 'AXRole: table cell'
PASS table2.childAtIndex(i).role is 'AXRole: table cell'
PASS table2.childAtIndex(i).role is 'AXRole: table cell'
PASS table2.childAtIndex(i).role is 'AXRole: table cell'
PASS table2.childAtIndex(i).role is 'AXRole: table cell'
PASS table2.childAtIndex(i).role is 'AXRole: table cell'
PASS children is 2
PASS table3.childAtIndex(i).role is 'AXRole: table cell'
PASS table3.childAtIndex(i).role is 'AXRole: table cell'
PASS children is 6
PASS table4.childAtIndex(i).role is 'AXRole: table cell'
PASS table4.childAtIndex(i).role is 'AXRole: table cell'
PASS table4.childAtIndex(i).role is 'AXRole: table cell'
PASS table4.childAtIndex(i).role is 'AXRole: table cell'
PASS table4.childAtIndex(i).role is 'AXRole: table cell'
PASS table4.childAtIndex(i).role is 'AXRole: table cell'
PASS successfullyParsed is true
TEST COMPLETE