public class AxeResults extends Object
| Constructor and Description |
|---|
AxeResults() |
| Modifier and Type | Method and Description |
|---|---|
AxeRuntimeException |
getError() |
String |
getErrorMessage() |
List<Rule> |
getInapplicable() |
List<Rule> |
getIncomplete() |
List<Rule> |
getPasses() |
TestEngine |
getTestEngine() |
TestEnvironment |
getTestEnvironment() |
TestRunner |
getTestRunner() |
String |
getTimestamp() |
ToolOptions |
getToolOptions() |
String |
getUrl() |
List<Rule> |
getViolations() |
boolean |
isErrored() |
void |
setErrorMessage(Exception errorObject) |
void |
setInapplicable(List<Rule> inapplicable) |
void |
setIncomplete(List<Rule> incomplete) |
void |
setPasses(List<Rule> passes) |
void |
setTestEngine(TestEngine testEngine) |
void |
setTimestamp(String timestamp) |
void |
setUrl(String url) |
void |
setViolations(List<Rule> violations) |
boolean |
violationFree() |
public boolean isErrored()
public void setErrorMessage(Exception errorObject)
public String getErrorMessage()
public AxeRuntimeException getError()
public String getUrl()
public void setUrl(String url)
public String getTimestamp()
public void setTimestamp(String timestamp)
public TestEngine getTestEngine()
public void setTestEngine(TestEngine testEngine)
public TestEnvironment getTestEnvironment()
public TestRunner getTestRunner()
public ToolOptions getToolOptions()
public boolean violationFree()
Copyright © 2023. All rights reserved.