Uses of Class
com.deque.html.axecore.results.Rule
-
Packages that use Rule Package Description com.deque.html.axecore.results com.deque.html.axecore.selenium -
-
Uses of Rule in com.deque.html.axecore.results
Methods in com.deque.html.axecore.results that return types with arguments of type Rule Modifier and Type Method Description List<Rule>Results. getInapplicable()List<Rule>Results. getIncomplete()List<Rule>Results. getPasses()List<Rule>Results. getViolations()Method parameters in com.deque.html.axecore.results with type arguments of type Rule Modifier and Type Method Description voidResults. setInapplicable(List<Rule> inapplicable)voidResults. setIncomplete(List<Rule> incomplete)voidResults. setPasses(List<Rule> passes)voidResults. setViolations(List<Rule> violations) -
Uses of Rule in com.deque.html.axecore.selenium
Method parameters in com.deque.html.axecore.selenium with type arguments of type Rule Modifier and Type Method Description static booleanAxeReporter. getReadableAxeResults(String typeOfScan, org.openqa.selenium.WebDriver webDriver, List<Rule> scannedResults)Parses scanned accessibility results.
-