We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.testbench.screenshot.
Class ReferenceImageRepresentation
- java.lang.Object
-
- com.vaadin.testbench.screenshot.ReferenceImageRepresentation
-
All Implemented Interfaces:
public class ReferenceImageRepresentation extends Object implements Serializable
ReferenceImageRepresentation contains a block representation of a reference image. This is used for comparing the image to a screen shot and detecting changes in the appearance.
See Also:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description class
ReferenceImageRepresentation.HashRepresentation
-
Constructor Summary
Constructors Constructor and Description ReferenceImageRepresentation()
-
Method Summary
All Methods Modifier and Type Method and Description void
addRepresentation(ReferenceImageRepresentation.HashRepresentation rep)
void
addRepresentation(String hash)
Iterable<ReferenceImageRepresentation.HashRepresentation>
getRepresentations()
-
-
-
Method Detail
-
addRepresentation
public void addRepresentation(String hash)
-
addRepresentation
public void addRepresentation(ReferenceImageRepresentation.HashRepresentation rep)
-
getRepresentations
public Iterable<ReferenceImageRepresentation.HashRepresentation> getRepresentations()
-
-