Espresso Eyes SDK classes
Platform: EspressoLanguage: Java SDK:
Enums
- Feature
- Enable optional Eyes features by passing values defined by this Enum to Configuration.setFeatures.
- AccessibilityLevel
- These values represent accessibility levels as defined by WCAG 2.
- AccessibilityRegionType
- The classification type of an accessibility region.
- AccessibilityGuidelinesVersion
- Defines which version of the accessibility standard is used when verifying accessibility.
- AccessibilityStatus
- This value classifies the results of an accessibility testing in the test results.
- MatchLevel
- Values that define different types of Image matching. These are used in various commands that set the match level. See How to use Eyes match levels for details.
- TestResultsStatus
- This enum defines literals that define the possible test results for a single test. It is returned by the getStatus method.
Classes
- AccessibilitySettings
- Use to create an object that is used to set up accessibility validation.
- BatchInfo
- Call the Configuration.setBatch method or Eyes.setBatch method with an object of this class to configure the batch for one or more tests.
- ClassicRunner
- An object of this class is used to manage multiple Eyes sessions
- Configuration
- This class is used to create a configuration object that is used to configure an Eyes object by passing it to the Eyes.setConfiguration method.
- EspressoCheckSettings
- The methods in this class are used as part of the check Fluent API to configure and execute checkpoints.
- Eyes
- This class provides the main methods used to execute tests and checkpoints.
- Location
- Provides an object that describes a coordinate. An object of this type is required as a parameter in some methods.
- ProxySettings
- An object used to set and retrieve the details of the proxy server used to interact with the Eyes server.
- RectangleSize
- Provides an object that describes a rectangle. An object of this type is required as a parameter in some methods.
- Region
- Provides an object that describes a rectangular area at a coordinate. An object of this type is required as a parameter in some methods.
- SessionAccessibilityStatus
- Provides the overall result of an accessibility test.
- SessionUrls
- An object of this class is returned as part of the information in the TestResults class. This class provides URIs that can be used in a browser to display the Test manager batch and test results for this test.
- Target
- This class provides methods that are used to define the top level target (the entire window, region, element, frame, etc.) for the check method.
- TestResultContainer
- An object of this type represents the result of running a test. It bundles together the test results and an exception status.
- TestResults
- Encapsulates the results of a visual test, including summary information and checkpoint-specific details. An object of this class is returned by the close method upon test completion.
- TestResultsSummary
- An object of this type is used to obtain all of the test results that were run using the ClassicRunner runner.