gtk/tests/a11y
2011-07-05 16:08:05 -04:00
..
about.txt Add an about dialog testcase 2011-07-05 16:08:03 -04:00
about.ui Add an about dialog testcase 2011-07-05 16:08:03 -04:00
accessibile-name.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
accessibility-dump.c tests: Don't emit a message for every unnamed object 2011-07-05 16:08:04 -04:00
accessible-name.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
accessible-name.ui Add a test that sets ::accessible-name 2011-07-05 16:07:57 -04:00
appchooser.txt Add a testcase with an appchooser dialog 2011-07-05 16:08:03 -04:00
appchooser.ui Add a testcase with an appchooser dialog 2011-07-05 16:08:03 -04:00
assistant.txt Add an assistant testcase 2011-07-05 16:08:04 -04:00
assistant.ui Add an assistant testcase 2011-07-05 16:08:04 -04:00
buttons.txt Remove debug spew 2011-07-05 16:08:02 -04:00
buttons.ui Remove debug spew 2011-07-05 16:08:01 -04:00
colorchooser.txt Add a color chooser testcase 2011-07-05 16:08:02 -04:00
colorchooser.ui Add a color chooser testcase 2011-07-05 16:08:02 -04:00
expander.txt Add a testcase involving an expander 2011-07-05 16:08:03 -04:00
expander.ui Add a testcase involving an expander 2011-07-05 16:08:03 -04:00
hello-world.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
hello-world.ui
link.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
link.ui Add a test involving links 2011-07-05 16:08:00 -04:00
Makefile.am Add a testcase for all the pickers 2011-07-05 16:08:05 -04:00
messagedialog.txt Add a messagedialog testcase 2011-07-05 16:08:03 -04:00
messagedialog.ui Add a messagedialog testcase 2011-07-05 16:08:03 -04:00
mnemonic.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
mnemonic.ui Add a test that has a labeled-by relation in it 2011-07-05 16:07:57 -04:00
notebook.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
notebook.ui Add a test involving a selection 2011-07-05 16:07:59 -04:00
pickers.txt Add a testcase for all the pickers 2011-07-05 16:08:05 -04:00
pickers.ui Add a testcase for all the pickers 2011-07-05 16:08:05 -04:00
range.txt Add a scrollbar to the range testcase 2011-07-05 16:08:02 -04:00
range.ui Add a scrollbar to the range testcase 2011-07-05 16:08:02 -04:00
README Add a README for accessibility-dump 2011-07-05 16:08:03 -04:00
text.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
text.ui Add a test involving a text view 2011-07-05 16:08:00 -04:00
tree.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
tree.ui Add a test involving a tree view 2011-07-05 16:08:00 -04:00

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.