public class Rule.Violation
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Rule.Violation.Node
Nodes represent a piece of the UI that was scanned, and the checks
that were run on it and failed.
|
Modifier and Type | Method and Description |
---|---|
Impact |
getImpact()
The severity of the violation.
|
java.util.List<Rule.Violation.Node> |
getNodes()
A list of nodes that this violation refers to.
|
boolean |
isPassing()
Calculates whether this is a passing or failing violation.
|
java.lang.String |
toString() |
public Impact getImpact()
public java.util.List<Rule.Violation.Node> getNodes()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isPassing()