- ignore(Class<? extends Rule>, A11yNodeInfo.Matcher) - Method in class com.deque.worldspace.A11yAssert
-
Specify the content description of a failure that you wish to ignore for this test.
- ignore(Class<? extends Rule>) - Method in class com.deque.worldspace.A11yAssert
-
Remove a single rule from the test.
- ignoreBeneath(Impact) - Method in class com.deque.worldspace.A11yAssert
-
Ignore violations below the given impact level.
- Impact - Enum in com.deque.worldspace
-
Created by chris.mcmeeking@deque.com on 4/4/16.
- impactFromString(String) - Static method in enum com.deque.worldspace.Impact
-
- isAccessible() - Method in class com.deque.worldspace.A11yAssert
-
All assertions should end with isAccessible().
- isActiveElement() - Method in class com.deque.worldspace.A11yNodeInfo
-
- isClassType(Class<?>) - Method in class com.deque.worldspace.A11yNodeInfo
-
- isContainerIgnored(A11yNodeInfo) - Method in class com.deque.worldspace.Rule
-
- isInVisibleScrollableField() - Method in class com.deque.worldspace.A11yNodeInfo
-
- isPassing() - Method in class com.deque.worldspace.Rule.Violation
-
Calculates whether this is a passing or failing violation.
- isRuleApplicable(A11yNodeInfo) - Method in interface com.deque.worldspace.Rule.Filter
-
Return true from this method of the rule is applicable to the given accessibility node.
- isScrollable() - Method in class com.deque.worldspace.A11yNodeInfo
-
- isVisibleToUser() - Method in class com.deque.worldspace.A11yNodeInfo
-
- iterator() - Method in class com.deque.worldspace.A11yNodeInfo
-
Implenting the iterable interface to more easily navigate the node infos children.