| Interface | Description |
|---|---|
| IEyesJsExecutor | |
| LogHandler |
Handles log messages produces by the Eyes API.
|
| ScaleProvider |
Encapsulates scaling logic.
|
| ServerConnector |
Defines the interface which should be implemented by a ServerConnector.
|
| Class | Description |
|---|---|
| AppEnvironment |
The environment in which the application under test is executing.
|
| AppOutput |
An application output (title, image, etc).
|
| BatchInfo | |
| ExactMatchSettings |
Encapsulates settings for the "Exact" match level.
|
| EyesScreenshot |
Base class for handling screenshots.
|
| FileLogger |
Writes log messages to a file.
|
| FloatingMatchSettings | |
| ImageMatchSettings |
Encapsulates match settings for the a session.
|
| Location |
A location in a two-dimensional plane.
|
| Logger |
Logs trace messages.
|
| MatchResult |
The result of a window match by the agent.
|
| MatchWindowData |
Encapsulates the data to be sent to the agent on a "matchWindow" command.
|
| NullLogHandler |
Ignores all log messages.
|
| PropertyData | |
| ProxySettings |
Encapsulates settings for sending Eyes communication via proxy.
|
| RectangleSize |
Represents a 2D size.
|
| Region |
Represents a region.
|
| RunningSession |
Encapsulates data for the session currently running in the agent.
|
| ScaleProviderFactory |
Abstraction for instantiating scale providers.
|
| ScaleProviderIdentityFactory |
Factory implementation which simply returns the scale provider it is given as an argument.
|
| SessionStartInfo |
Encapsulates data required to start session using the Session API.
|
| StdoutLogHandler |
Writes log messages to the standard output stream.
|
| TestResults |
Eyes test results.
|
| Trigger |
A base class for triggers.
|
| Enum | Description |
|---|---|
| CoordinatesType |
Encapsulates the type of coordinates used by the region provider.
|
| MatchLevel |
The extent in which two images match (or are expected to match).
|
| SessionType |
The type of the session.
|
| Exception | Description |
|---|---|
| EyesException |
Applitools Eyes Exception.
|
| OutOfBoundsException |
Applitools Eyes exception indicating the a geometrical element is out of
bounds (point outside a region, region outside another region etc.)
|
Copyright © 2017. All rights reserved.