gtk/testsuite/a11y
Matthias Clasen af8c2d2f7b Improve text a11y test
Test appending text as well as replacing the entire text.
Insert non-ASCII text to verify offsets are correct.
2015-10-15 22:35:38 -04:00
..
state Avoid O(n²) walking of string arrays 2015-07-16 16:19:55 +01:00
a11ychildren.test.in
a11yderive.test.in
a11ymisc.test.in
a11ytests.test.in
a11ytext.test.in
a11ytree.test.in
a11yutil.test.in
a11yvalue.test.in
about.txt Fix a11y tests 2015-05-12 07:44:21 -04:00
about.ui
accessibile-name.txt
accessibility-dump.c
accessible-name.txt
accessible-name.ui
actionbar.txt Update expected results 2014-11-23 18:53:06 -05:00
actionbar.ui
assistant.txt Fix up expected results of a11y tests 2015-06-23 17:08:14 -04:00
assistant.ui
buttons.txt
buttons.ui
calendar.txt
calendar.ui
children.c
colorchooser.txt
colorchooser.ui
combos.txt
combos.ui
derive.c
entries.txt
entries.ui
expander.txt
expander.ui
headerbar.txt
headerbar.ui
hello-world.txt
hello-world.ui
iconview.txt
iconview.ui
infobar.txt
infobar.ui
label.txt Update expected results of a11y tests 2014-10-27 20:03:51 -04:00
label.ui
link.txt Update expected results of a11y tests 2014-10-27 20:03:51 -04:00
link.ui
listbox.txt
listbox.ui
lockbutton.txt Update expected results of a11y tests 2014-10-27 20:03:51 -04:00
lockbutton.ui
Makefile.am
menu.txt
menu.ui
menubutton2.txt
menubutton2.ui
menubutton3.txt
menubutton3.ui
menubutton.txt
menubutton.ui
menus.txt
menus.ui
messagedialog.txt
messagedialog.ui
misc.c
mnemonic.txt
mnemonic.ui
notebook.txt
notebook.ui
paned.txt
paned.ui
pickers.txt
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
stack.txt
stack.ui
statusbar.txt
statusbar.ui
testfocus.c
text.c Improve text a11y test 2015-10-15 22:35:38 -04:00
text.txt
text.ui
tooltips.txt
tooltips.ui
tree-performance.c
tree-relationships.c
tree.txt
tree.ui
util.c
value.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.