- 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() - Method in class com.applitools.eyes.TestResults
-
Returns the URL where test results can be viewed.
- 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.