Interface | Description |
---|---|
A11yAssert.NodeInfoPrinter |
Interface for printing Accessibility Node Infos to a string.
|
A11yNodeInfo.OnVisitListener |
Callbacks for iterating over the A11yNodeInfo heirarchy.
|
A11yTest.A11yTestCallbacks |
Callback interface for running asynchronous accessibility tests.
|
Rule.Filter |
It is useful to filter rules based on the properties of the accessibility node info.
|
Class | Description |
---|---|
A11yAssert |
Custom assertion library wrapping Deque accessibility tests.
|
A11yNodeInfo |
A wrapper for AccessibilityNodeInfo or AccessiblityNodeInfoCompat objects.
|
A11yNodeInfo.Matcher |
A class that supports matching to an accessibility node.
|
A11yTest |
Contains configuration information for and runs accessibility tests.
|
A11yTest.Builder |
Builder class for A11yTests.
|
Check |
Created by chris.mcmeeking@deque.com on 7/21/15.
|
Result |
Represents the results of an Accessibility Test, with lists of violations
and passing elements, as well as other properties for JSON Serialization.
|
Rule |
A collection of checks that together represent a package of things to
test together.
|
RuleAcronymAnnouncement |
Android's Text-To-Speech engine automatically expands certain acronyms.
|
RuleControlLabels |
This rule checks to ensure that simple (non-text) controls
have a label-for attribute.
|
RuleDroidClickableSpanInfo |
Clickable span info rule wrapper from EyesFree project.
|
RuleDroidDuplicateClickableBounds |
Duplicate clickable bounds rule wrapper from EyesFree project.
|
RuleDroidEditableContDesc |
Editable content description rule wrapper from EyesFree project.
|
RuleDroidRedundantContDesc |
Redundant content description rule wrapper from EyesFree project.
|
RuleDroidSpeakableText |
Speakable text rule wrapper from Google EyesFree project.
|
RuleDroidTouchTargetSize |
Touch target size rule wrapper from EyesFree project.
|
RuleEditTextControls |
Edit text controls have unique accessibility requirements.
|
RuleImageViewControls |
This rule checks images for content descriptions.
|
RuleTabWidgetControls |
Rule to inspect TabWidgets and ensure that tabs will read out additional
State, Role and Value information for individual tabs.
|
Enum | Description |
---|---|
A11yNodeInfo.Actions | |
Impact |
Created by chris.mcmeeking@deque.com on 4/4/16.
|
Result.Status |
Represents the status of a test.
|
Rule.RuleSet |