Files
gtk3/tests/a11y
2011-09-05 16:36:56 -04:00
..
2011-07-05 16:08:03 -04:00
2011-08-29 10:36:44 -04:00
2011-07-05 16:10:26 -04:00
2011-07-05 16:08:04 -04:00
2011-07-05 16:08:01 -04:00
2011-07-05 16:08:05 -04:00
2011-08-29 10:36:44 -04:00
2011-07-05 16:08:02 -04:00
2011-07-05 16:08:05 -04:00
2011-07-05 16:10:25 -04:00
2011-07-05 16:08:05 -04:00
2011-07-05 16:08:05 -04:00
2011-07-05 16:08:00 -04:00
2011-07-05 16:08:05 -04:00
2011-07-11 03:10:04 +02:00
2011-07-11 03:10:04 +02:00
2011-07-17 19:38:23 -04:00
2011-07-05 16:08:57 -04:00
2011-07-05 16:08:03 -04:00
2011-07-05 16:10:26 -04:00
2011-07-05 16:08:05 -04:00
2011-09-05 16:36:56 -04:00
2011-07-05 16:08:05 -04:00
2011-07-05 16:08:05 -04:00
2011-07-05 16:08:02 -04:00
2011-07-05 16:08:03 -04:00
2011-07-05 16:08:05 -04:00
2011-07-05 16:08:05 -04:00
2011-07-16 10:03:20 -04:00
2011-07-06 16:50:09 +02:00
2011-07-05 16:08:00 -04:00
2011-07-17 19:38:23 -04:00
2011-07-05 16:08:00 -04:00
2011-07-11 23:57:56 -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.