public class Result
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Result.StatusRepresents the status of a test. | 
| Constructor and Description | 
|---|
| Result()Just default contructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<Rule.Violation> | getPasses()Get the passes from the test runs. | 
| Result.Status | getStatus()Axe treats levels as Critical, Serious, etc. | 
| java.util.List<Rule.Violation> | getViolations()Get a list of violations from the test run. | 
| com.google.gson.JsonObject | toJsonObject() | 
public Result()
public Result.Status getStatus()
public java.util.List<Rule.Violation> getViolations()
public java.util.List<Rule.Violation> getPasses()
public com.google.gson.JsonObject toJsonObject()