public class Rule.Violation.Node
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<Check> |
getChecksAll()
Get the list of checks against this node that failed that MUST ALL be fixed for it to pass.
|
java.util.List<Check> |
getChecksAny()
Get a list of checks against this node, for which if any are fixed, the test will pass.
|
Impact |
getImpact()
Get the impact of the violations associated with this node.
|
A11yNodeInfo |
getNodeInfo()
Get the wrapped accessibility node info this check was run against.
|
java.lang.String |
toString(A11yAssert.NodeInfoPrinter nodeInfoPrinter) |
public java.util.List<Check> getChecksAll()
public java.util.List<Check> getChecksAny()
public A11yNodeInfo getNodeInfo()
public Impact getImpact()
public java.lang.String toString(A11yAssert.NodeInfoPrinter nodeInfoPrinter)