| Interface | Description |
|---|---|
| AppOutputProvider |
Encapsulates a callback which returns an application output.
|
| CutProvider |
Encapsulates cutting logic.
|
| EyesScreenshotFactory |
Encapsulates the instantiation of an EyesScreenshot object.
|
| ImageProvider |
Encapsulates image retrieval.
|
| PositionProvider |
Encapsulates page/element positioning.
|
| RegionProvider |
Encapsulates a getRegion "callback" and how the region's coordinates
should be used.
|
| Class | Description |
|---|---|
| AppOutputWithScreenshot |
A container for a AppOutput along with the screenshot used for
creating it.
|
| DebugScreenshotsProvider |
Interface for saving debug screenshots.
|
| EyesBase |
Applitools Eyes Base for Java API .
|
| FileDebugScreenshotsProvider |
A debug screenshot provider for saving screenshots to file.
|
| FixedCutProvider | |
| FixedScaleProvider |
Scale provider based on a fixed scale ratio.
|
| FixedScaleProviderFactory |
Factory implementation for creating
FixedScaleProvider instances. |
| InvalidPositionProvider |
An implementation of
PositionProvider which throws an exception
for every method. |
| MatchWindowDataWithScreenshot |
A container for a MatchWindowData along with the screenshot used for
creating it.
|
| MatchWindowTask | |
| MouseTrigger |
Encapsulates a mouse trigger.
|
| NullCutProvider |
A cut provider which does nothing.
|
| NullDebugScreenshotProvider |
A mock debug screenshot provider.
|
| NullScaleProvider |
A scale provider which does nothing.
|
| PositionMemento |
A base class for position related memento instances.
|
| ResponseTimeAlgorithm |
A container for the algorithm for window timing tests.
|
| ResponseTimeInitialMatchSearchResult |
A container for the results of the initial match search of a response time
test.
|
| ResponseTimeMatchFinderTask |
A class which performs a checkWindow call (so it can be run on a separate
thread).
|
| TargetApplication |
A base class for encapsulating data about applications to be tested.
|
| TargetWebDriverApplication | |
| TextTrigger |
Encapsulates a text input by the user.
|
| TimedAppOutput |
AppOutput with timing information.
|
| Enum | Description |
|---|---|
| FailureReports |
Determines how detected failures are reported.
|
| MouseAction |
| Exception | Description |
|---|---|
| CoordinatesTypeConversionException |
Encapsulates an error converting between two coordinate types.
|
| 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 © 2017. All rights reserved.