- Source:
Methods
getFormat() → (nullable) {string}
Determines the format of the test results being generated where explicit
calls to SDK methods don't return a specific type.
- Source:
Returns:
- Type
- string
getIncludePotentialConcerns() → {boolean}
Gets the value for the 'includePotentialAccessibilityConcerns' attribute defined in continuum.json.
Used to determine whether or not accessibility concerns that require manual review are returned in any of Continuum's test results.
If enabled, any accessibility concerns that require manual review will have AccessibilityConcern#getNeedsReview return true.
This setting can be toggled programmatically using Continuum#setIncludePotentialAccessibilityConcerns(boolean), overriding this value specified in continuum.json.
- Source:
Returns:
- Type
- boolean