gtk2/tests/a11y
2011-12-19 16:17:13 +01:00
..
about.txt
about.ui
accessibile-name.txt
accessibility-dump.c tests: Add checks for row/column index to accessibility-dump 2011-11-16 04:39:25 +01:00
accessible-name.txt
accessible-name.ui
appchooser.txt a11y: Redo cell accessible action handling 2011-12-16 04:53:14 +01:00
appchooser.ui
assistant.txt
assistant.ui
buttons.txt
buttons.ui
calendar.txt
calendar.ui
children.c tests: Avoid deprecation warning 2011-12-19 16:17:13 +01:00
colorchooser.txt Adapt a11y dump output 2011-08-29 10:36:44 -04:00
colorchooser.ui
combos.txt Add combobox a11y tests 2011-11-14 09:26:15 -05:00
combos.ui Add combobox a11y tests 2011-11-14 09:26:15 -05:00
entries.txt Add some keybindings to the a11y entries test 2011-11-14 09:26:15 -05:00
entries.ui Add some keybindings to the a11y entries test 2011-11-14 09:26:15 -05:00
expander.txt
expander.ui
focus.c
hello-world.txt
hello-world.ui
iconview.txt Adapt iconview a11y test output 2011-11-19 19:53:43 -05:00
iconview.ui
infobar.txt
infobar.ui
link.txt
link.ui
lockbutton.txt
lockbutton.ui
Makefile.am tests: Add new test that is currently failing 2011-11-29 20:44:57 +01:00
menu.txt
menu.ui
menus.txt Update expected test output 2011-07-17 19:38:23 -04:00
menus.ui
messagedialog.txt
messagedialog.ui
mnemonic.txt
mnemonic.ui
notebook.txt
notebook.ui
paned.txt
paned.ui
pickers.txt Fix output of pickers.ui a11y test 2011-09-05 16:36:56 -04:00
pickers.ui
placeholder-text.txt
placeholder-text.ui
progress.txt
progress.ui
range.txt
range.ui
README
scale-drawvalue.txt
scale-drawvalue.ui
spinner.txt
spinner.ui
statusbar.txt
statusbar.ui
testfocus.c
text.c Improve AtkText implementations 2011-11-19 19:28:48 -05:00
text.txt
text.ui
tree-performance.c Update comment to new realities 2011-11-16 00:27:14 -05:00
tree-relationships.c tests: Add new test that is currently failing 2011-11-29 20:44:57 +01:00
tree.txt a11y: Redo cell accessible action handling 2011-12-16 04:53:14 +01:00
tree.ui tests: Add an invisible column to the tree test 2011-11-16 04:39:25 +01:00
util.c

accessibility-dump is a test runner that can do tests of static
accessibility information. Run it like this:

./accessibility-dump [OPTIONS] TESTFILE [TESTFILES...]

where TESTFILE is a GtkBuilder .ui file. accessibility-dump creates
a textual dump of the accessibility information for the created
widget hierarchy and compares it to a preexisting .txt file.

To create an initial dump, you can use the --generate option with
a single .ui file. You should carefully inspect the output before
blessing it as the official .txt to compare against.

To find out details about a failure, you can use the --verbose
option to see differences between expected and actual output.

When run without any arguments, all the .ui files in the current
directory are tested.