| Interface | Description |
|---|---|
| AppOutputProvider |
Encapsulates a callback which returns an application output.
|
| LogHandler |
Handles log messages produces by the Eyes API.
|
| Class | Description |
|---|---|
| BatchInfo |
A batch of tests.
|
| FileLogger |
Writes log messages to a file.
|
| Location |
A location in a two-dimensional plane.
|
| Logger |
Logs trace messages.
|
| NullLogHandler |
Ignores all log messages.
|
| ProxySettings |
Encapsulates settings for sending Eyes communication via proxy.
|
| RectangleSize |
Represents a 2D size.
|
| Region |
Represents a region.
|
| StdoutLogHandler |
Writes log messages to the standard output stream.
|
| TestResults |
Eyes test results.
|
| Enum | Description |
|---|---|
| FailureReports |
Determines how detected failures are reported.
|
| MatchLevel |
The extent in which two images match (or are expected to match).
|
| MouseAction |
| Exception | Description |
|---|---|
| CoordinatesTypeConversionException |
Encapsulates an error converting between two coordinate types.
|
| 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.)
|
| Error | Description |
|---|---|
| NewTestException |
Indicates that a new test (i.e., a test for which no baseline exists) ended.
|
| TestFailedException |
Indicates that a test did not pass (i.e., test either failed or is a new
test).
|
Copyright © 2015. All rights reserved.