A B C E F G H I L M N O P R S T V W Z 

A

ArgumentGuard - Class in com.applitools.utils
Argument validation utilities.

B

BatchInfo - Class in com.applitools.eyes
A batch of tests.
BatchInfo(String, Calendar) - Constructor for class com.applitools.eyes.BatchInfo
Creates a new BatchInfo instance.
BatchInfo(String) - Constructor for class com.applitools.eyes.BatchInfo
Creates a new BatchInfo instance.

C

close() - Method in class com.applitools.utils.CountingOutputStream
 
com.applitools.eyes - package com.applitools.eyes
 
com.applitools.utils - package com.applitools.utils
 
compressByRawBlocks(BufferedImage, byte[], BufferedImage, int) - Static method in class com.applitools.utils.ImageDeltaCompressor
 
compressByRawBlocks(BufferedImage, byte[], BufferedImage) - Static method in class com.applitools.utils.ImageDeltaCompressor
contains(Region) - Method in class com.applitools.eyes.Region
Check if a region is contained within the current region.
contains(Location) - Method in class com.applitools.eyes.Region
Check if a specified location is contained within this region.
CountingOutputStream - Class in com.applitools.utils
An output stream with a counter of the number of bytes written.
CountingOutputStream(OutputStream) - Constructor for class com.applitools.utils.CountingOutputStream
 

E

EMPTY - Static variable in class com.applitools.eyes.Region
 
equals(Object) - Method in class com.applitools.eyes.Location
 
equals(Object) - Method in class com.applitools.eyes.RectangleSize
Returns true if and only if the input objects are equal by value.
equals(Object) - Method in class com.applitools.eyes.Region
 
EyesException - Exception in com.applitools.eyes
Applitools Eyes Exception.
EyesException(String) - Constructor for exception com.applitools.eyes.EyesException
Creates an EyesException instance.
EyesException(String, Throwable) - Constructor for exception com.applitools.eyes.EyesException
Creates an EyesException instance.

F

FailureReports - Enum in com.applitools.eyes
Determines how detected failures are reported.
flush() - Method in class com.applitools.utils.CountingOutputStream
 
fromISO8601DateTime(String) - Static method in class com.applitools.utils.GeneralUtils
Gets a Calendar instance that represents the input ISO8601 formatted date & time string.

G

GeneralUtils - Class in com.applitools.utils
General purpose utilities.
getBytesCount() - Method in class com.applitools.utils.CountingOutputStream
 
getContentMatches() - Method in class com.applitools.eyes.TestResults
Returns the total number of test steps that matched the baseline by content.
getDate(DateFormat, String) - Static method in class com.applitools.utils.GeneralUtils
Returns the Date encoded in the input string.
getExactMatches() - Method in class com.applitools.eyes.TestResults
Returns the total number of test steps that exactly matched the baseline.
getHeight() - Method in class com.applitools.eyes.RectangleSize
Gets the rectangle's height.
getHeight() - Method in class com.applitools.eyes.Region
 
getId() - Method in class com.applitools.eyes.BatchInfo
 
getLayoutMatches() - Method in class com.applitools.eyes.TestResults
Returns the total number of test steps that matched the baseline by layout.
getLeft() - Method in class com.applitools.eyes.Region
 
getLocalIp() - Static method in class com.applitools.utils.NetworkUtils
Returns the non-loopback IP address of the local host or null if none is available.
getLocation() - Method in class com.applitools.eyes.Region
 
getMatches() - Method in class com.applitools.eyes.TestResults
Returns the total number of test steps that matched the baseline.
getMiddleOffset() - Method in class com.applitools.eyes.Region
 
getMismatches() - Method in class com.applitools.eyes.TestResults
Returns the total number of test steps that did not match the baseline.
getMissing() - Method in class com.applitools.eyes.TestResults
Returns the total number of baseline test steps that were missing in the test.
getName() - Method in class com.applitools.eyes.BatchInfo
Gets the name of the batch or null if anonymous.
getNoneMatches() - Method in class com.applitools.eyes.TestResults
Returns the total number of test steps that matched the baseline without performing any comparison.
getPassword() - Method in class com.applitools.eyes.ProxySettings
 
getStartedAt() - Method in class com.applitools.eyes.BatchInfo
Gets the batch start date & time.
getSteps() - Method in class com.applitools.eyes.TestResults
Returns the total number of test steps.
getStrictMatches() - Method in class com.applitools.eyes.TestResults
Returns the total number of test steps that strictly matched the baseline.
getSubRegions(RectangleSize) - Method in class com.applitools.eyes.Region
 
getTestResults() - Method in error com.applitools.eyes.TestFailedException
Returns the TestResults of the failed or null if the test has not yet ended (e.g., when thrown by EyesBase.checkWindow(java.awt.image.BufferedImage, java.lang.String, boolean) ()}).
getTop() - Method in class com.applitools.eyes.Region
 
getUri() - Method in class com.applitools.eyes.ProxySettings
 
getUri(String) - Static method in class com.applitools.utils.NetworkUtils
Returns a URI object of the input URL.
getUrl(String) - Static method in class com.applitools.utils.NetworkUtils
Returns a URL object of the input URL.
getUsername() - Method in class com.applitools.eyes.ProxySettings
 
getWidth() - Method in class com.applitools.eyes.RectangleSize
Gets the rectangle's width.
getWidth() - Method in class com.applitools.eyes.Region
 
getX() - Method in class com.applitools.eyes.Location
Gets the X coordinate of this location.
getY() - Method in class com.applitools.eyes.Location
Gets the Y coordinate of this location.
greaterThanOrEqualToZero(int, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input integer parameter is negative.
greaterThanZero(int, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input integer parameter is smaller than 1.

H

hashCode() - Method in class com.applitools.eyes.Location
 
hashCode() - Method in class com.applitools.eyes.RectangleSize
 
hashCode() - Method in class com.applitools.eyes.Region
 

I

ImageDeltaCompressor - Class in com.applitools.utils
Provides image compression based on delta between consecutive images.
ImageDeltaCompressor() - Constructor for class com.applitools.utils.ImageDeltaCompressor
 
intersect(Region) - Method in class com.applitools.eyes.Region
Replaces this region with the intersection of itself and other
isIntersected(Region) - Method in class com.applitools.eyes.Region
Check if a region is intersected with the current region.
isNull(Object, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter is not null.
Iso8610CalendarSerializer - Class in com.applitools.utils
Serializes Calendar instances as an ISO8610 formatted string.
Iso8610CalendarSerializer() - Constructor for class com.applitools.utils.Iso8610CalendarSerializer
 
isValidState(boolean, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if isValid is false.

L

Location - Class in com.applitools.eyes
A location in a two-dimensional plane.
Location(int, int) - Constructor for class com.applitools.eyes.Location
Creates a Location instance.
Location(Location) - Constructor for class com.applitools.eyes.Location
 
LogHandler - Interface in com.applitools.eyes
Handles log messages produces by the Eyes API.

M

makeEmpty() - Method in class com.applitools.eyes.Region
 
MatchLevel - Enum in com.applitools.eyes
The extent in which two images match (or are expected to match).
MouseAction - Enum in com.applitools.eyes
 

N

NetworkUtils - Class in com.applitools.utils
Network-related utilities.
NewTestException - Error in com.applitools.eyes
Indicates that a new test (i.e., a test for which no baseline exists) ended.
NewTestException(TestResults, String) - Constructor for error com.applitools.eyes.NewTestException
Creates a new NewTestException instance.
notEqual(Object, Object, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter equals the input value.
notNull(Object, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter is null.
notNullOrEmpty(String, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter string is null or empty.
notZero(int, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input integer parameter is equal to 0.
NullLogHandler - Class in com.applitools.eyes
Ignores all log messages.
NullLogHandler() - Constructor for class com.applitools.eyes.NullLogHandler
 

O

offset(int, int) - Method in class com.applitools.eyes.Location
Translates this location by the specified amount.
offset(Location) - Method in class com.applitools.eyes.Location
Translates this location by the specified amount.
onMessage(boolean, String) - Method in interface com.applitools.eyes.LogHandler
 
onMessage(boolean, String) - Method in class com.applitools.eyes.NullLogHandler
 
onMessage(boolean, String) - Method in class com.applitools.eyes.StdoutLogHandler
 

P

parse(String) - Static method in class com.applitools.eyes.RectangleSize
Returns a RectangleSize instance representing the input size.
ProxySettings - Class in com.applitools.eyes
Encapsulates settings for sending Eyes communication via proxy.
ProxySettings(String, String, String) - Constructor for class com.applitools.eyes.ProxySettings
 
ProxySettings(String) - Constructor for class com.applitools.eyes.ProxySettings
Defines proxy settings with empty username/password.

R

readToEnd(InputStream) - Static method in class com.applitools.utils.GeneralUtils
Returns the entire contents of the input stream as a string.
RectangleSize - Class in com.applitools.eyes
The size of a rectangle
RectangleSize(int, int) - Constructor for class com.applitools.eyes.RectangleSize
Creates a new RectangleSize instance.
Region - Class in com.applitools.eyes
Represents a region.
Region(int, int, int, int) - Constructor for class com.applitools.eyes.Region
 
Region(Location, RectangleSize) - Constructor for class com.applitools.eyes.Region
 
Region(Region) - Constructor for class com.applitools.eyes.Region
 

S

serialize(Calendar, JsonGenerator, SerializerProvider) - Method in class com.applitools.utils.Iso8610CalendarSerializer
 
setId(String) - Method in class com.applitools.eyes.BatchInfo
Sets a unique identifier for the batch.
setLocation(Location) - Method in class com.applitools.eyes.Region
Set the (top,left) position of the current region
sleep(long) - Static method in class com.applitools.utils.GeneralUtils
Sleeps the input amount of milliseconds.
StdoutLogHandler - Class in com.applitools.eyes
Writes log messages to the standard output stream.
StdoutLogHandler(boolean) - Constructor for class com.applitools.eyes.StdoutLogHandler
Creates a new StdoutLogHandler instance.
StdoutLogHandler() - Constructor for class com.applitools.eyes.StdoutLogHandler
Creates a new StdoutLogHandler that ignores verbose log messages.

T

TestFailedException - Error in com.applitools.eyes
Indicates that a test did not pass (i.e., test either failed or is a new test).
TestFailedException(TestResults, String) - Constructor for error com.applitools.eyes.TestFailedException
Creates a new TestFailedException instance.
TestFailedException(String) - Constructor for error com.applitools.eyes.TestFailedException
Creates a new TestFailedException instance.
TestResults - Class in com.applitools.eyes
Eyes test results.
TestResults() - Constructor for class com.applitools.eyes.TestResults
 
toISO8601DateTime(Calendar) - Static method in class com.applitools.utils.GeneralUtils
Gets a ISO8601 formatted string representing the input date and time.
toRfc1123(Calendar) - Static method in class com.applitools.utils.GeneralUtils
 
toString() - Method in class com.applitools.eyes.BatchInfo
 
toString() - Method in class com.applitools.eyes.Location
 
toString() - Method in class com.applitools.eyes.RectangleSize
 
toString() - Method in class com.applitools.eyes.Region
 
toString() - Method in class com.applitools.eyes.TestResults
 

V

valueOf(String) - Static method in enum com.applitools.eyes.FailureReports
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.applitools.eyes.MatchLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.applitools.eyes.MouseAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.applitools.eyes.FailureReports
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.applitools.eyes.MatchLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.applitools.eyes.MouseAction
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(byte[]) - Method in class com.applitools.utils.CountingOutputStream
 
write(byte[], int, int) - Method in class com.applitools.utils.CountingOutputStream
 
write(int) - Method in class com.applitools.utils.CountingOutputStream
 

Z

ZERO - Static variable in class com.applitools.eyes.Location
 
A B C E F G H I L M N O P R S T V W Z 

Copyright © 2014. All rights reserved.