- removeRule(Class<? extends Rule>) - Method in class com.deque.worldspace.A11yTest.Builder
-
Remove a specific rule class from the test.
- Result - Class in com.deque.worldspace
-
Represents the results of an Accessibility Test, with lists of violations
and passing elements, as well as other properties for JSON Serialization.
- Result() - Constructor for class com.deque.worldspace.Result
-
Just default contructor.
- Result.Status - Enum in com.deque.worldspace
-
Represents the status of a test.
- rule(Class<? extends Rule>) - Method in class com.deque.worldspace.A11yAssert
-
Add a rule to the test.
- Rule - Class in com.deque.worldspace
-
A collection of checks that together represent a package of things to
test together.
- Rule(String, String) - Constructor for class com.deque.worldspace.Rule
-
- Rule.Filter - Interface in com.deque.worldspace
-
It is useful to filter rules based on the properties of the accessibility node info.
- Rule.RuleSet - Enum in com.deque.worldspace
-
- Rule.Violation - Class in com.deque.worldspace
-
A collection of information regarding a tested node and the checks run on
that node for a given rule.
- Rule.Violation.Node - Class in com.deque.worldspace
-
Nodes represent a piece of the UI that was scanned, and the checks
that were run on it and failed.
- RuleAcronymAnnouncement - Class in com.deque.worldspace
-
Android's Text-To-Speech engine automatically expands certain acronyms.
- RuleControlLabels - Class in com.deque.worldspace
-
This rule checks to ensure that simple (non-text) controls
have a label-for attribute.
- RuleDroidClickableSpanInfo - Class in com.deque.worldspace
-
Clickable span info rule wrapper from EyesFree project.
- RuleDroidDuplicateClickableBounds - Class in com.deque.worldspace
-
Duplicate clickable bounds rule wrapper from EyesFree project.
- RuleDroidEditableContDesc - Class in com.deque.worldspace
-
Editable content description rule wrapper from EyesFree project.
- RuleDroidRedundantContDesc - Class in com.deque.worldspace
-
Redundant content description rule wrapper from EyesFree project.
- RuleDroidSpeakableText - Class in com.deque.worldspace
-
Speakable text rule wrapper from Google EyesFree project.
- RuleDroidTouchTargetSize - Class in com.deque.worldspace
-
Touch target size rule wrapper from EyesFree project.
- RuleEditTextControls - Class in com.deque.worldspace
-
Edit text controls have unique accessibility requirements.
- RuleImageViewControls - Class in com.deque.worldspace
-
This rule checks images for content descriptions.
- rules(Collection<Class<? extends Rule>>) - Method in class com.deque.worldspace.A11yAssert
-
Add a collection of rules to the test.
- ruleSet(Rule.RuleSet) - Method in class com.deque.worldspace.A11yAssert
-
Set rules from a pre built list of rules.
- RuleTabWidgetControls - Class in com.deque.worldspace
-
Rule to inspect TabWidgets and ensure that tabs will read out additional
State, Role and Value information for individual tabs.
- runCheckDroid(AccessibilityInfoHierarchyCheck, A11yNodeInfo, Context) - Static method in class com.deque.worldspace.Check
-
- runTest() - Method in class com.deque.worldspace.A11yTest
-
Run an accessibility test synchronously and return a set of results.
- runTest(A11yTest.A11yTestCallbacks) - Method in class com.deque.worldspace.A11yTest
-
Run accessibility tests on a thread and have results passed to you
via callback.