Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Enum constant in enum com.levelaccess.continuum.Continuum.LinkSource
- ABORT - Enum constant in enum com.levelaccess.continuum.AMPReportingService.ModuleManagementStrategy
-
Don't report to AMP when a module with the same ID or name already exists; do not overwrite or append accessibility concerns to the existing module.
- AccessibilityConcern - Class in com.levelaccess.continuum
-
This class represents an accessibility concern identified by Access Engine.
- AccessibilityConcern() - Constructor for class com.levelaccess.continuum.AccessibilityConcern
- AccessibilityConcern.FixType - Class in com.levelaccess.continuum
-
A class that encapsulates remediation steps suggested by Access Engine for resolving an accessibility concern.
- AccessibilityConcern.Standard - Class in com.levelaccess.continuum
-
A class that encapsulates accessibility standards associated with best practices returned by AMP.
- AccessibilityConcernsConfiguration() - Constructor for class com.levelaccess.continuum.Configuration.AccessibilityConcernsConfiguration
- addExclude(String) - Method in class com.levelaccess.continuum.Filter
- addInclude(String) - Method in class com.levelaccess.continuum.Filter
- ADVISORY - Enum constant in enum com.levelaccess.continuum.TestType
- AMP - Enum constant in enum com.levelaccess.continuum.Configuration.Format
- AMPReportingService - Class in com.levelaccess.continuum
-
This class encapsulates all functionality for submitting accessibility concerns identified using Continuum to AMP.
- AMPReportingService.Module - Class in com.levelaccess.continuum
-
This class encapsulates all the metadata relevant to an AMP module.
- AMPReportingService.ModuleManagementStrategy - Enum in com.levelaccess.continuum
-
Defines supported strategies with which to create new modules and edit existing ones.
- AMPReportingService.Report - Class in com.levelaccess.continuum
-
This class encapsulates all the metadata relevant to an AMP report.
- AMPReportingService.ReportManagementStrategy - Enum in com.levelaccess.continuum
-
Defines supported strategies with which to create new reports and edit existing ones.
- Android() - Constructor for class com.levelaccess.continuum.Configuration.Mobile.Android
- ANDROID - Enum constant in enum com.levelaccess.continuum.Continuum.MobileType
- APPEND - Enum constant in enum com.levelaccess.continuum.AMPReportingService.ModuleManagementStrategy
-
Append any new accessibility concerns to a module, creating the module first if it doesn't already exist; do not overwrite any existing modules.
- APPEND - Enum constant in enum com.levelaccess.continuum.AMPReportingService.ReportManagementStrategy
-
Append any new modules to a report, creating the report first if it doesn't already exist; do not overwrite any existing reports.
- Assertion - Class in com.levelaccess.continuum
- Assertion() - Constructor for class com.levelaccess.continuum.Assertion
- AUTOMATIC - Enum constant in enum com.levelaccess.continuum.TestType
B
- build() - Method in class com.levelaccess.continuum.scanoptions.ScanOptions.Builder
- Builder() - Constructor for class com.levelaccess.continuum.scanoptions.ScanOptions.Builder
C
- CA11yReport - Class in com.levelaccess.continuum
-
Encapsulates the full report object in the format expected by the CA11y platform.
- CA11yReport.MetaEnvironment - Class in com.levelaccess.continuum
-
Encapsulates metadata of the environment.
- CA11yReport.ReportConfig - Class in com.levelaccess.continuum
-
Encapsulates the config field that is included along with the CA11y report object.
- CA11yReport.ReportMeta - Class in com.levelaccess.continuum
-
Encapsulates the meta field that is included along with the CA11y report object.
- CA11yReportingService - Class in com.levelaccess.continuum
-
The class CA11yReportingService holds the functionality that enables exporting Assertions from the Continuum SDK into the format used by the UserWay Continuous Accessibility platform, also known as CA11y and used with CI/CD automation.
- ClusteringData - Class in com.levelaccess.continuum
- ClusteringData() - Constructor for class com.levelaccess.continuum.ClusteringData
- com.levelaccess.continuum - package com.levelaccess.continuum
- com.levelaccess.continuum.scanoptions - package com.levelaccess.continuum.scanoptions
- completeScanSession() - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
-
Completes the active scan session.
- config - Variable in class com.levelaccess.continuum.CA11yReport
- Configuration - Class in com.levelaccess.continuum
-
This class encapsulates all Continuum configuration defined in the user-editable src/main/resources/continuum.json file and related functionality.
- Configuration.AccessibilityConcernsConfiguration - Class in com.levelaccess.continuum
-
Configuration properties relating to accessibility concerns
- Configuration.Format - Enum in com.levelaccess.continuum
-
Determines the format of the test results begin generated where explicit calls to SDK methods don't return a specific type.
- Configuration.LevelAccessPlatformConfiguration - Class in com.levelaccess.continuum
-
Configuration properties relating to connecting to the Level Access Platform
- Configuration.Mobile - Class in com.levelaccess.continuum
-
This class encapsulates all mobile-specific configuration in Continuum represented by the 'mobile' object defined in the user-editable src/main/resources/continuum.json file.
- Configuration.Mobile.Android - Class in com.levelaccess.continuum
-
This class encapsulates all Android-specific configuration in Continuum represented by the 'android' object of the 'mobile' object defined in the user-editable src/main/resources/continuum.json file.
- Configuration.Mobile.iOS - Class in com.levelaccess.continuum
-
This class encapsulates all iOS-specific configuration in Continuum represented by the 'ios' object of the 'mobile' object defined in the user-editable src/main/resources/continuum.json file.
- Configuration.Proxy - Class in com.levelaccess.continuum
-
This class encapsulates all proxy-specific configuration in Continuum represented by the 'proxy' object defined in the user-editable src/main/resources/continuum.json file.
- Configuration.SauceLabs - Class in com.levelaccess.continuum
-
This class encapsulates all Sauce Labs-specific configuration in Continuum represented by the 'sauceLabs' object defined in the user-editable src/main/resources/continuum.json file.
- Configuration.UserWayPlatformConfiguration - Class in com.levelaccess.continuum
- Continuum - Class in com.levelaccess.continuum
-
This class encapsulates all of the helper functionality Access Continuum offers for running Access Engine to test both web and mobile projects.
- Continuum(String) - Constructor for class com.levelaccess.continuum.Continuum
- Continuum.LinkSource - Enum in com.levelaccess.continuum
- Continuum.MobileType - Enum in com.levelaccess.continuum
-
Defines the type of mobile testing environment, i.e.
- Continuum.TestContext - Enum in com.levelaccess.continuum
-
Defines the type of testing environment, i.e.
D
- date - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
- device - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
E
- environment - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
- equals(Object) - Method in class com.levelaccess.continuum.AccessibilityConcern.Standard
- equals(Object) - Method in class com.levelaccess.continuum.Assertion
- equals(Object) - Method in class com.levelaccess.continuum.ClusteringData
- equals(Object) - Method in class com.levelaccess.continuum.Metadata
- equals(Object) - Method in class com.levelaccess.continuum.TestResult
- excludeRules - Variable in class com.levelaccess.continuum.CA11yReport.ReportConfig
F
- filter(Filter) - Method in class com.levelaccess.continuum.scanoptions.ScanOptions.Builder
- Filter - Class in com.levelaccess.continuum
- Filter() - Constructor for class com.levelaccess.continuum.Filter
- FixType() - Constructor for class com.levelaccess.continuum.AccessibilityConcern.FixType
- FRAME - Enum constant in enum com.levelaccess.continuum.Continuum.LinkSource
- framework - Variable in class com.levelaccess.continuum.CA11yReport.MetaEnvironment
G
- generateCA11yReport(List<Assertion>, String) - Method in class com.levelaccess.continuum.CA11yReportingService
-
Generates a CA11y Report by converting test results from the Continuum SDK.
- generateCA11yReport(List<Assertion>, String, Path) - Method in class com.levelaccess.continuum.CA11yReportingService
-
Generates a CA11y Report by converting test results from the Continuum SDK and attaching the provided screenshot.
- getAccessEngineType() - Static method in class com.levelaccess.continuum.Configuration
-
Gets the value for the 'accessEngineType' attribute defined in continuum.json.
- getAccessEngineVersion() - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
- getAccessibilityConcerns() - Method in class com.levelaccess.continuum.Continuum
-
Gets the list of accessibility concerns found by Access Engine during the last test execution.
- getAccessibilityConcernsConfiguration() - Static method in class com.levelaccess.continuum.Configuration
- getAccessibilityConcernsPrettyPrinted() - Method in class com.levelaccess.continuum.Continuum
-
Gets a pretty-printed String of accessibility concerns found by Access Engine during the last test execution.
- getAccessKey() - Method in class com.levelaccess.continuum.Configuration.SauceLabs
-
Gets the value for the 'accessKey' attribute in the 'sauceLabs' object defined in continuum.json.
- getActiveModule() - Method in class com.levelaccess.continuum.AMPReportingService
-
Gets the active module.
- getActiveReport() - Method in class com.levelaccess.continuum.AMPReportingService
-
Gets the active report.
- getActiveScanId() - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
- getAmpApiToken() - Static method in class com.levelaccess.continuum.Configuration
-
Gets the value for the 'ampApiToken' attribute defined in continuum.json.
- getAmpInstanceUrl() - Static method in class com.levelaccess.continuum.Configuration
-
Gets the value for the 'ampInstanceUrl' attribute defined in continuum.json.
- getAMPReportingService() - Method in class com.levelaccess.continuum.Continuum
-
Gets the instance of the AMP reporting service associated with this instance of Continuum.
- getAMPUrl() - Method in class com.levelaccess.continuum.AMPReportingService.Module
-
Gets the URL to this module in AMP.
- getAMPUrl() - Method in class com.levelaccess.continuum.AMPReportingService.Report
-
Gets the URL to this report in AMP.
- getAndroidConfiguration() - Method in class com.levelaccess.continuum.Configuration.Mobile
-
Gets the Android-specific configuration in Continuum represented by the 'android' object of the 'mobile' object defined in continuum.json.
- getApiKey() - Method in class com.levelaccess.continuum.Configuration.LevelAccessPlatformConfiguration
-
Gets the API key used to authenticate when connecting to the LevelAccessPlatform
- getAppActivity() - Method in class com.levelaccess.continuum.Configuration.Mobile.Android
-
Gets the value for the 'appActivity' attribute of the 'android' object of the 'mobile' object defined in continuum.json.
- getAppiumURL() - Method in class com.levelaccess.continuum.Configuration.Mobile
-
Gets the value for the 'appiumURL' attribute of the 'mobile' object defined in continuum.json.
- getAppPackage() - Method in class com.levelaccess.continuum.Configuration.Mobile.Android
-
Gets the value for the 'appPackage' attribute of the 'android' object of the 'mobile' object defined in continuum.json.
- getAssertions() - Method in class com.levelaccess.continuum.Continuum
- getAssertionsPrettyPrinted() - Method in class com.levelaccess.continuum.Continuum
- getAssertionsPrettyPrinted(List<Assertion>) - Method in class com.levelaccess.continuum.Continuum
- getAttNo() - Method in class com.levelaccess.continuum.TestResult
- getAttribute() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets a brief human-readable description of this accessibility concern.
- getAttributes() - Method in class com.levelaccess.continuum.ClusteringData
- getAutomationName() - Method in class com.levelaccess.continuum.Configuration.Mobile
-
Gets the value for the 'automationName' attribute of the 'mobile' object defined in continuum.json.
- getBaseUrl() - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
- getBestPracticeDescription() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the name of the best practice that corresponds to this accessibility concern.
- getBestPracticeDetailsUrl() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the URL of the best practice page in AMP that corresponds to this accessibility concern.
- getBestPracticeId() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the best practice ID that corresponds to this accessibility concern.
- getBestPracticeStandards() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the set of accessibility standards associated with the best practice that corresponds to this accessibility concern, ordered alphabetically by name.
- getCA11yReportingService() - Method in class com.levelaccess.continuum.Continuum
-
Gets the instance of the CA11y reporting service used to generate reports for the UserWay platform.
- getChildren() - Method in class com.levelaccess.continuum.ClusteringData
- getChromeVersion() - Method in class com.levelaccess.continuum.Configuration.SauceLabs
-
Gets the value for the 'chromeVersion' attribute in the 'sauceLabs' object defined in continuum.json.
- getClusteringData() - Method in class com.levelaccess.continuum.TestResult
- getContentType() - Method in class com.levelaccess.continuum.Metadata
- getCss() - Method in class com.levelaccess.continuum.TestResult
- getDefaultStandardIds() - Static method in class com.levelaccess.continuum.Configuration
-
Gets the set of IDs implied from the value of the 'defaultStandardIds' attribute defined in continuum.json as a comma-delimited array of IDs of the accessibility standards to test for by default (invoke
Continuum.getSupportedStandards()
for a list of these). - getDeviceName() - Method in class com.levelaccess.continuum.Configuration.Mobile
-
Gets the value for the 'deviceName' attribute of the 'mobile' object defined in continuum.json.
- getDigitalPropertyId() - Method in class com.levelaccess.continuum.Configuration.LevelAccessPlatformConfiguration
-
Get the digital property id which can be used to open a scan session
- getDigitalPropertyId() - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
- getDocHeight() - Method in class com.levelaccess.continuum.Metadata
- getDocWidth() - Method in class com.levelaccess.continuum.Metadata
- getDomSpec() - Method in class com.levelaccess.continuum.AccessibilityConcern.FixType
-
Gets whether this fix is specific to the particular page under test, or more general.
- getElement() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the source code of the offending HTML node (for web) or XML element (for mobile) of this accessibility concern.
- getElement() - Method in class com.levelaccess.continuum.TestResult
- getEncoding() - Method in class com.levelaccess.continuum.TestResult
- getEngineSuccess() - Method in class com.levelaccess.continuum.Metadata
- getEngineTestId() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the automatic Access Engine test ID that failed and produced this accessibility concern.
- getFilename() - Method in class com.levelaccess.continuum.scanoptions.ScreenshotOptions
- getFilter() - Method in class com.levelaccess.continuum.scanoptions.ScanOptions
- getFixType() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the remediation steps suggested by Access Engine for resolving this accessibility concern.
- getFormat() - Method in class com.levelaccess.continuum.Configuration.AccessibilityConcernsConfiguration
-
Determines the format of the test results begin generated where explicit calls to SDK methods don't return a specific type.
- getGenerateCA11yReports() - Method in class com.levelaccess.continuum.Configuration.UserWayPlatformConfiguration
- getHeight() - Method in class com.levelaccess.continuum.Metadata
- getHelperText() - Method in class com.levelaccess.continuum.AccessibilityConcern.FixType
-
Gets a brief human-readable description of how to resolve the accessibility concern corresponding to this fix.
- getHost() - Method in class com.levelaccess.continuum.Configuration.Proxy
-
Gets the value for the 'host' attribute of the the 'proxy' object defined in continuum.json.
- getId() - Method in class com.levelaccess.continuum.AccessibilityConcern.Standard
-
Gets the ID of the accessibility standard as defined in AMP.
- getId() - Method in class com.levelaccess.continuum.AMPReportingService.Module
-
Gets the ID of this module.
- getId() - Method in class com.levelaccess.continuum.AMPReportingService.Report
-
Gets the ID of this report.
- getIncludePotentialAccessibilityConcerns() - Method in class com.levelaccess.continuum.Continuum
-
Gets whether or not accessibility concerns that require manual review are included in any of Continuum's test results.
- getIncludePotentialConcerns() - Method in class com.levelaccess.continuum.Configuration.AccessibilityConcernsConfiguration
-
Gets the value for the 'includePotentialAccessibilityConcerns' attribute defined in continuum.json.
- getIOSConfiguration() - Method in class com.levelaccess.continuum.Configuration.Mobile
-
Gets the iOS-specific configuration in Continuum represented by the 'ios' object of the 'mobile' object defined in continuum.json.
- getLevelAccessPlatformConfiguration() - Static method in class com.levelaccess.continuum.Configuration
- getLevelAccessPlatformReportingService() - Method in class com.levelaccess.continuum.Continuum
-
Gets the instance of the Level Access Platform reporting service associated with this instance of Continuum.
- getLocation() - Method in class com.levelaccess.continuum.AMPReportingService.Module
-
Gets the location of this module.
- getMobileConfiguration() - Static method in class com.levelaccess.continuum.Configuration
-
Gets the mobile-specific configuration in Continuum represented by the 'mobile' object defined in continuum.json.
- getMobileType() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Defines the mobile type associated with this accessibility concern, i.e.
- getName() - Method in class com.levelaccess.continuum.AccessibilityConcern.Standard
-
Gets the name of the accessibility standard as defined in AMP.
- getName() - Method in class com.levelaccess.continuum.AMPReportingService.Module
-
Gets the name of this module.
- getName() - Method in class com.levelaccess.continuum.AMPReportingService.Report
-
Gets the name of this report.
- getNeedsReview() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets whether or not this accessibility concern requires manual review, i.e.
- getNoticeability() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the noticeability of this accessibility concern on a scale of 1 to 10, where 1 is the least noticeable and 10 is the most noticeable.
- getOptionalIntentArguments() - Method in class com.levelaccess.continuum.Configuration.Mobile.Android
-
Gets the value for the 'optionalIntentArguments' attribute of the 'android' object of the 'mobile' object defined in continuum.json.
- getOrgInstanceUrl() - Method in class com.levelaccess.continuum.Configuration.LevelAccessPlatformConfiguration
-
Gets the base URL used to connect to the Level Access Platform organization instance
- getOrientation() - Method in class com.levelaccess.continuum.Metadata
- getOutcome() - Method in class com.levelaccess.continuum.Assertion
- getPageMetadata() - Method in class com.levelaccess.continuum.Continuum
-
Retrieves the set of metadata for the current page.
- getPassword() - Method in class com.levelaccess.continuum.Configuration.Proxy
-
Gets the value for the 'password' attribute of the the 'proxy' object defined in continuum.json.
- getPath() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets a CSS (for web) or XPath (for mobile) selector to the element with this accessibility concern.
- getPath() - Method in class com.levelaccess.continuum.scanoptions.ScreenshotOptions
- getPathToAppFile() - Method in class com.levelaccess.continuum.Configuration.Mobile
-
Gets the value for the 'pathToAppFile' attribute of the 'mobile' object defined in continuum.json.
- getPhysicalDeviceId() - Method in class com.levelaccess.continuum.Configuration.Mobile
-
Gets the value for the 'physicalDeviceId' attribute of the 'mobile' object defined in continuum.json.
- getPlatform() - Method in class com.levelaccess.continuum.Configuration.SauceLabs
-
Gets the value for the 'platform' attribute in the 'sauceLabs' object defined in continuum.json.
- getPlatformDetailsPrettyPrinted() - Method in class com.levelaccess.continuum.Continuum
- getPlatformName() - Method in class com.levelaccess.continuum.Configuration.Mobile
-
Gets the value for the 'platformName' attribute of the 'mobile' object defined in continuum.json.
- getPlatformVersion() - Method in class com.levelaccess.continuum.Configuration.Mobile.Android
-
Gets the value for the 'platformVersion' attribute of the 'android' object of the 'mobile' object defined in continuum.json.
- getPlatformVersion() - Method in class com.levelaccess.continuum.Configuration.Mobile.iOS
-
Gets the value for the 'platformVersion' attribute of the 'ios' object of the 'mobile' object defined in continuum.json.
- getPort() - Method in class com.levelaccess.continuum.Configuration.Proxy
-
Gets the value for the 'port' attribute of the the 'proxy' object defined in continuum.json.
- getProcessArguments() - Method in class com.levelaccess.continuum.Configuration.Mobile.iOS
-
Gets the value for the 'processArguments' attribute of the 'ios' object of the 'mobile' object defined in continuum.json.
- getProxyConfiguration() - Static method in class com.levelaccess.continuum.Configuration
-
Gets the proxy-specific configuration in Continuum represented by the 'proxy' object defined in continuum.json.
- getRawEngineJsonObject() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the raw JSON object from Access Engine that was originally used to build this accessibility concern.
- getRedirectedUrl() - Method in class com.levelaccess.continuum.Metadata
- getReportPath() - Method in class com.levelaccess.continuum.Configuration.UserWayPlatformConfiguration
- getResults() - Method in class com.levelaccess.continuum.Assertion
- getSauceLabsConfiguration() - Static method in class com.levelaccess.continuum.Configuration
-
Gets the Sauce Labs-specific configuration in Continuum represented by the 'sauceLabs' object defined in continuum.json.
- getScanTagId() - Method in class com.levelaccess.continuum.Configuration.LevelAccessPlatformConfiguration
-
Get the scan tag id which can be used to open a scan session
- getScanTagId() - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
- getScanWebViews() - Method in class com.levelaccess.continuum.Configuration.Mobile
-
Gets the value for the 'scanWebViews' attribute of the 'mobile' object defined in continuum.json.
- getScanWebViews() - Method in class com.levelaccess.continuum.Continuum
-
Gets whether or not Continuum should scan for accessibility concerns in the content of any visible web views.
- getScreenshotOptions() - Method in class com.levelaccess.continuum.scanoptions.ScanOptions
- getScreenshotPath() - Method in class com.levelaccess.continuum.Continuum
- getSelectorForNodeTest() - Method in class com.levelaccess.continuum.scanoptions.ScanOptions
- getSessionName() - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
- getSeverity() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the severity of this accessibility concern on a scale of 1 to 10, where 1 is the least severe and 10 is the most severe.
- getSupportedBestPractices() - Method in class com.levelaccess.continuum.Continuum
-
Gets a map of IDs of best practices (defined in AMP and supported by Continuum) to their descriptions for the current test context and mobile type used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - getSupportedStandards() - Method in class com.levelaccess.continuum.Continuum
-
Gets a map of IDs of accessibility standards (defined in AMP and supported by Continuum) to their names for the current test context and mobile type used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - getSupportedTests() - Method in class com.levelaccess.continuum.Continuum
-
Gets a map of IDs of automatic Access Engine tests (supported by Continuum) to their descriptions for the current test context and mobile type used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - getTagName() - Method in class com.levelaccess.continuum.ClusteringData
- getTestContext() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Defines the test context in which this accessibility concern was identified, i.e.
- getTestId() - Method in class com.levelaccess.continuum.Assertion
- getTestType() - Method in class com.levelaccess.continuum.Assertion
- getText() - Method in class com.levelaccess.continuum.ClusteringData
- getTimestamp() - Method in class com.levelaccess.continuum.TestResult
- getTitle() - Method in class com.levelaccess.continuum.Metadata
- getTractability() - Method in class com.levelaccess.continuum.AccessibilityConcern
-
Gets the tractability of this accessibility concern on a scale of 1 to 10, where 1 is the least tractable and 10 is the most tractable.
- getUel() - Method in class com.levelaccess.continuum.TestResult
- getUniqueId() - Method in class com.levelaccess.continuum.ClusteringData
- getUserAgent() - Method in class com.levelaccess.continuum.Metadata
- getUsername() - Method in class com.levelaccess.continuum.Configuration.Proxy
-
Gets the value for the 'username' attribute of the the 'proxy' object defined in continuum.json.
- getUsername() - Method in class com.levelaccess.continuum.Configuration.SauceLabs
-
Gets the value for the 'username' attribute in the 'sauceLabs' object defined in continuum.json.
- getUserWayPlatformConfiguration() - Static method in class com.levelaccess.continuum.Configuration
- getVault() - Method in class com.levelaccess.continuum.Continuum
-
Gets the instance of the Vault object that can be used to interface with the HashiCorp Vault instance specified by the VAULT_ADDR environment variable.
- getVirtualDeviceName() - Method in class com.levelaccess.continuum.Configuration.Mobile.Android
-
Gets the value for the 'virtualDeviceName' attribute of the 'android' object of the 'mobile' object defined in continuum.json.
- getWidth() - Method in class com.levelaccess.continuum.Metadata
- getWorkspaceId() - Method in class com.levelaccess.continuum.Configuration.LevelAccessPlatformConfiguration
-
Get the workspace id which can be used to open a scan session
- getWorkspaceId() - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
- getXcodeOrgId() - Method in class com.levelaccess.continuum.Configuration.Mobile.iOS
-
Gets the value for the 'xcodeOrgId' attribute of the 'ios' object of the 'mobile' object defined in continuum.json.
- getXcodeSigningId() - Method in class com.levelaccess.continuum.Configuration.Mobile.iOS
-
Gets the value for the 'xcodeSigningId' attribute of the 'ios' object of the 'mobile' object defined in continuum.json.
- getXpathExclusions() - Method in class com.levelaccess.continuum.scanoptions.ScanOptions
- GLOBAL - Enum constant in enum com.levelaccess.continuum.TestType
- GUIDED_AUTOMATIC - Enum constant in enum com.levelaccess.continuum.TestType
- GUIDED_MANUAL - Enum constant in enum com.levelaccess.continuum.TestType
H
- harvestLinks() - Method in class com.levelaccess.continuum.Continuum
-
Harvests and returns the links from the current page that are found in <a> tags.
- harvestLinks(Continuum.LinkSource[], boolean, boolean, boolean) - Method in class com.levelaccess.continuum.Continuum
-
Harvests and returns the links from the current page that are found in the specified source(s).
- hashCode() - Method in class com.levelaccess.continuum.AccessibilityConcern.Standard
- hashCode() - Method in class com.levelaccess.continuum.Assertion
- hashCode() - Method in class com.levelaccess.continuum.ClusteringData
- hashCode() - Method in class com.levelaccess.continuum.Metadata
- hashCode() - Method in class com.levelaccess.continuum.TestResult
- htmlOrigin - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
- HttpErrorException - Exception in com.levelaccess.continuum
-
The class indicates a problem was encountered while connecting to a remote resource via HTTP/HTTPS.
I
- IFRAME - Enum constant in enum com.levelaccess.continuum.Continuum.LinkSource
- ignoreSelectors - Variable in class com.levelaccess.continuum.CA11yReport.ReportConfig
- IMPLIED_GLOBAL - Enum constant in enum com.levelaccess.continuum.TestType
- includeIframeContent() - Method in class com.levelaccess.continuum.scanoptions.ScanOptions
- includeIframeContent(boolean) - Method in class com.levelaccess.continuum.scanoptions.ScanOptions.Builder
- includeRules - Variable in class com.levelaccess.continuum.CA11yReport.ReportConfig
- iOS() - Constructor for class com.levelaccess.continuum.Configuration.Mobile.iOS
- IOS - Enum constant in enum com.levelaccess.continuum.Continuum.MobileType
- isActiveScanSession() - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
- isLevelAccessPlatformReportingServiceIntialized() - Method in class com.levelaccess.continuum.Continuum
-
Checks if the LAP Reporting Service is usable.
- isProEdition() - Static method in class com.levelaccess.continuum.Configuration
-
Gets whether this is the licensed Professional edition of Continuum, as opposed to the free Community edition.
- issueScreenshots - Variable in class com.levelaccess.continuum.CA11yReport.ReportConfig
L
- level - Variable in class com.levelaccess.continuum.CA11yReport.ReportConfig
- LevelAccessPlatformConfiguration() - Constructor for class com.levelaccess.continuum.Configuration.LevelAccessPlatformConfiguration
- LevelAccessPlatformReportingService - Class in com.levelaccess.continuum
-
This class encapsulates all of the functionality for submitting accessibility findings identified using Continuum to Level Access Platform.
M
- MANUAL - Enum constant in enum com.levelaccess.continuum.TestType
- meta - Variable in class com.levelaccess.continuum.CA11yReport
- META - Enum constant in enum com.levelaccess.continuum.Continuum.LinkSource
- Metadata - Class in com.levelaccess.continuum
- Metadata() - Constructor for class com.levelaccess.continuum.Metadata
- Mobile() - Constructor for class com.levelaccess.continuum.Configuration.Mobile
- mode - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
N
- NATIVEAPP - Enum constant in enum com.levelaccess.continuum.Continuum.TestContext
- NotFoundException - Exception in com.levelaccess.continuum
-
The class indicates an expected entity could not be found.
O
- openScanSession(String) - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
-
Opens a new scan session on the LevelAccessPlatform.
- openScanSession(String, String, String, String, String) - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
-
Opens a new scan session on the LevelAccessPlatform.
- osVersion - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
- OUTCOME_FAIL - Static variable in class com.levelaccess.continuum.Assertion
- OUTCOME_NOT_APPLICABLE - Static variable in class com.levelaccess.continuum.Assertion
- OUTCOME_PASS - Static variable in class com.levelaccess.continuum.Assertion
- OVERWRITE - Enum constant in enum com.levelaccess.continuum.AMPReportingService.ModuleManagementStrategy
-
Overwrite existing modules when a module with the same ID or name already exists, deleting any existing accessibility concerns in the module prior to repopulating it with any new accessibility concerns.
- OVERWRITE - Enum constant in enum com.levelaccess.continuum.AMPReportingService.ReportManagementStrategy
-
Overwrite existing reports when a report with the same ID or name already exists, deleting any existing modules in the report in AMP prior to repopulating it with any new modules.
P
- pageScreenshot - Variable in class com.levelaccess.continuum.CA11yReport.ReportConfig
- pageScreenshot - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
- platform - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
- PREVIEW_MODE - Enum constant in enum com.levelaccess.continuum.TestType
- Proxy() - Constructor for class com.levelaccess.continuum.Configuration.Proxy
R
- reportPath - Variable in class com.levelaccess.continuum.CA11yReport.ReportConfig
- runAllTests() - Method in class com.levelaccess.continuum.Continuum
-
Runs all automatic Access Engine tests against the current page, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - runAllTests(ScanOptions) - Method in class com.levelaccess.continuum.Continuum
-
Runs all automatic Access Engine tests against the current page, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - runAllTestsForAssertions() - Method in class com.levelaccess.continuum.Continuum
-
Runs all automatic Access Engine tests against the current page/screen.
- runAllTestsForAssertions(ScanOptions) - Method in class com.levelaccess.continuum.Continuum
-
Runs all automatic Access Engine tests against the current page/screen according to scan options.
- runAllTestsOnNode(String) - Method in class com.levelaccess.continuum.Continuum
-
Runs all automatic Access Engine tests against the current page for only the specified node and all its children, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
and the specified CSS (if testing a website) or Appium XPath selector (if testing a mobile app). - runAllTestsOnNode(String, boolean) - Method in class com.levelaccess.continuum.Continuum
- runAllTestsOnNode(String, boolean, List<String>, Filter) - Method in class com.levelaccess.continuum.Continuum
- runAllTestsOnNode(String, List<String>) - Method in class com.levelaccess.continuum.Continuum
- runTests(Integer[]) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the specified automatic Access Engine tests against the current page, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
and, for specific test IDs, AMP. - runTestsOnNode(Integer[], String) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the specified automatic Access Engine tests against the current page for only the specified node and all its children, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
and, for specific test IDs, AMP.
S
- SauceLabs() - Constructor for class com.levelaccess.continuum.Configuration.SauceLabs
- ScanOptions - Class in com.levelaccess.continuum.scanoptions
- ScanOptions.Builder - Class in com.levelaccess.continuum.scanoptions
- screenshotOptions(ScreenshotOptions) - Method in class com.levelaccess.continuum.scanoptions.ScanOptions.Builder
- ScreenshotOptions - Class in com.levelaccess.continuum.scanoptions
- ScreenshotOptions(String, String) - Constructor for class com.levelaccess.continuum.scanoptions.ScreenshotOptions
- selectorForNodeTest(String) - Method in class com.levelaccess.continuum.scanoptions.ScanOptions.Builder
- setActiveAsset(Integer) - Method in class com.levelaccess.continuum.AMPReportingService
-
Validates the specified ID of an existing asset in AMP, then sets it as the active asset in Continuum such that next time
AMPReportingService.submitAccessibilityConcernsToAMP(List)
is invoked, test results will be submitted to this active asset. - setActiveModule(Integer) - Method in class com.levelaccess.continuum.AMPReportingService
-
Validates the specified ID of an existing module in AMP, then sets it as the active module in Continuum such that next time
AMPReportingService.submitAccessibilityConcernsToAMP(List)
is invoked, test results will be submitted to this active module. - setActiveModule(String, String) - Method in class com.levelaccess.continuum.AMPReportingService
-
Sets the active module in AMP to submit test results to next time
AMPReportingService.submitAccessibilityConcernsToAMP(List)
is invoked. - setActiveModuleManagementStrategy(AMPReportingService.ModuleManagementStrategy) - Method in class com.levelaccess.continuum.AMPReportingService
-
Sets the active module management strategy to use next time
AMPReportingService.submitAccessibilityConcernsToAMP(List)
is invoked. - setActiveOrganization(Integer) - Method in class com.levelaccess.continuum.AMPReportingService
-
Validates the specified ID of an existing organization in AMP, then sets it as the active organization in Continuum such that next time
AMPReportingService.submitAccessibilityConcernsToAMP(List)
is invoked, test results will be submitted to this active organization. - setActiveReport(Integer) - Method in class com.levelaccess.continuum.AMPReportingService
-
Validates the specified ID of an existing report in AMP, then sets it as the active report in Continuum such that next time
AMPReportingService.submitAccessibilityConcernsToAMP(List)
is invoked, test results will be submitted to this active report. - setActiveReport(String) - Method in class com.levelaccess.continuum.AMPReportingService
-
Sets the active report in AMP to submit test results to next time
AMPReportingService.submitAccessibilityConcernsToAMP(List)
is invoked. - setActiveReportManagementStrategy(AMPReportingService.ReportManagementStrategy) - Method in class com.levelaccess.continuum.AMPReportingService
-
Sets the active report management strategy to use next time
AMPReportingService.submitAccessibilityConcernsToAMP(List)
is invoked. - setAttNo(Integer) - Method in class com.levelaccess.continuum.TestResult
- setAttribute(String) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setBestPracticeDescription(String) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setBestPracticeDetailsUrl(String) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setBestPracticeId(Integer) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setBestPracticeStandards(Set<AccessibilityConcern.Standard>) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setClusteringData(ClusteringData) - Method in class com.levelaccess.continuum.TestResult
- setContentType(String) - Method in class com.levelaccess.continuum.Metadata
- setCss(String) - Method in class com.levelaccess.continuum.TestResult
- setDocHeight(Long) - Method in class com.levelaccess.continuum.Metadata
- setDocWidth(Long) - Method in class com.levelaccess.continuum.Metadata
- setDomSpec(Boolean) - Method in class com.levelaccess.continuum.AccessibilityConcern.FixType
- setElement(String) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setElement(String) - Method in class com.levelaccess.continuum.TestResult
- setEncoding(List<Integer>) - Method in class com.levelaccess.continuum.TestResult
- setEngineSuccess(Boolean) - Method in class com.levelaccess.continuum.Metadata
- setEngineTestId(Integer) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setFixType(AccessibilityConcern.FixType) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setHeight(Long) - Method in class com.levelaccess.continuum.Metadata
- setHelperText(String) - Method in class com.levelaccess.continuum.AccessibilityConcern.FixType
- setId(Integer) - Method in class com.levelaccess.continuum.AccessibilityConcern.Standard
- setIncludePotentialAccessibilityConcerns(boolean) - Method in class com.levelaccess.continuum.Continuum
-
Globally sets whether or not accessibility concerns that require manual review are included in any of Continuum's test results.
- setMobileType(Continuum.MobileType) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setName(String) - Method in class com.levelaccess.continuum.AccessibilityConcern.Standard
- setNeedsReview(Boolean) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setNoticeability(Integer) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setOrientation(String) - Method in class com.levelaccess.continuum.Metadata
- setOutcome(String) - Method in class com.levelaccess.continuum.Assertion
- setPath(String) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setRedirectedUrl(String) - Method in class com.levelaccess.continuum.Metadata
- setResults(List<TestResult>) - Method in class com.levelaccess.continuum.Assertion
- setScanWebViews(boolean) - Method in class com.levelaccess.continuum.Continuum
-
Globally sets whether or not Continuum scans for accessibility concerns in the content of any visible web views.
- setSeverity(Integer) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setTestContext(Continuum.TestContext) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setTestId(String) - Method in class com.levelaccess.continuum.Assertion
- setTestType(TestType) - Method in class com.levelaccess.continuum.Assertion
- setTimestamp(String) - Method in class com.levelaccess.continuum.TestResult
- setTitle(String) - Method in class com.levelaccess.continuum.Metadata
- setTractability(Integer) - Method in class com.levelaccess.continuum.AccessibilityConcern
- setUel(String) - Method in class com.levelaccess.continuum.TestResult
- setUp(WebDriver) - Method in class com.levelaccess.continuum.Continuum
-
Sets up Continuum for web testing.
- setUp(WebDriver, Continuum.TestContext) - Method in class com.levelaccess.continuum.Continuum
-
Sets up Continuum for web or mobile testing.
- setUserAgent(String) - Method in class com.levelaccess.continuum.Metadata
- setWidth(Long) - Method in class com.levelaccess.continuum.Metadata
- shouldInclude(String) - Method in class com.levelaccess.continuum.Filter
- Standard() - Constructor for class com.levelaccess.continuum.AccessibilityConcern.Standard
- Standard(Integer, String) - Constructor for class com.levelaccess.continuum.AccessibilityConcern.Standard
- strict - Variable in class com.levelaccess.continuum.CA11yReport.ReportConfig
- submit(List<Assertion>) - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
-
Sends the test results in the form of assertions to the Level Access Platform using the active scan session.
- submit(List<Assertion>, String, String) - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
-
Sends the test results in the form of assertions to the Level Access Platform using the active scan session.
- submit(List<Assertion>, String, String, Path) - Method in class com.levelaccess.continuum.LevelAccessPlatformReportingService
-
Sends the test results in the form of assertions to the Level Access Platform using the active scan session.
- submitAccessibilityConcernsToAMP(List<AccessibilityConcern>) - Method in class com.levelaccess.continuum.AMPReportingService
-
Submits accessibility concerns to the active AMP instance, organization, asset, report, and module.
- switchOff - Variable in class com.levelaccess.continuum.CA11yReport.ReportConfig
T
- test - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
- testForBestPractices(Integer[]) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the automatic Access Engine tests corresponding to the specified best practices against the current page, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
and, for specific best practice IDs, AMP. - testForNoticeability(Integer) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the automatic Access Engine tests of or greater than the specified noticeability against the current page, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - testForSeverity(Integer) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the automatic Access Engine tests of or greater than the specified severity against the current page, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - testForStandards(Integer[]) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the automatic Access Engine tests corresponding to the specified accessibility standards against the current page, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
and, for specific accessibility standard IDs, AMP. - testForTractability(Integer) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the automatic Access Engine tests of or greater than the specified tractability against the current page, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - testNodeForBestPractices(Integer[], String) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the automatic Access Engine tests corresponding to the specified best practices against the current page for only the specified node and all its children, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
and, for specific best practice IDs, AMP. - testNodeForNoticeability(Integer, String) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the automatic Access Engine tests of or greater than the specified noticeability against the current page for only the specified node and all its children, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - testNodeForSeverity(Integer, String) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the automatic Access Engine tests of or greater than the specified severity against the current page for only the specified node and all its children, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - testNodeForStandards(Integer[], String) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the automatic Access Engine tests corresponding to the specified accessibility standards against the current page for only the specified node and all its children, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
and, for specific accessibility standard IDs, AMP. - testNodeForTractability(Integer, String) - Method in class com.levelaccess.continuum.Continuum
-
Runs only the automatic Access Engine tests of or greater than the specified tractability against the current page for only the specified node and all its children, as defined by the web driver used previously to invoke
Continuum.setUp(WebDriver)
orContinuum.setUp(WebDriver, TestContext)
. - TestResult - Class in com.levelaccess.continuum
- TestResult() - Constructor for class com.levelaccess.continuum.TestResult
- TestType - Enum in com.levelaccess.continuum
-
See https://bitbucket.org/levelaccess/access-engine-es2015/src/7902c93f6625b06abb1f49e98c0ef71bbf473115/src/Utils/aeUtils.js
U
- UNIQUE - Enum constant in enum com.levelaccess.continuum.AMPReportingService.ReportManagementStrategy
-
Always create new reports, guaranteeing uniqueness by appending the current date and time as an ISO 8601 timestamp to the end of each report's name; do not overwrite or append modules to any existing reports.
- UNKNOWN - Enum constant in enum com.levelaccess.continuum.TestType
- url - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
- UserWayPlatformConfiguration() - Constructor for class com.levelaccess.continuum.Configuration.UserWayPlatformConfiguration
V
- valueOf(String) - Static method in enum com.levelaccess.continuum.AMPReportingService.ModuleManagementStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.levelaccess.continuum.AMPReportingService.ReportManagementStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.levelaccess.continuum.Configuration.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.levelaccess.continuum.Continuum.LinkSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.levelaccess.continuum.Continuum.MobileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.levelaccess.continuum.Continuum.TestContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.levelaccess.continuum.TestType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.levelaccess.continuum.AMPReportingService.ModuleManagementStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.levelaccess.continuum.AMPReportingService.ReportManagementStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.levelaccess.continuum.Configuration.Format
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.levelaccess.continuum.Continuum.LinkSource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.levelaccess.continuum.Continuum.MobileType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.levelaccess.continuum.Continuum.TestContext
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.levelaccess.continuum.TestType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version - Variable in class com.levelaccess.continuum.CA11yReport.ReportMeta
- violations - Variable in class com.levelaccess.continuum.CA11yReport
W
- WEB - Enum constant in enum com.levelaccess.continuum.Continuum.TestContext
X
- xpathExclusions(List<String>) - Method in class com.levelaccess.continuum.scanoptions.ScanOptions.Builder
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form