Class ImageEqualityViolation
java.lang.Object
de.hsh.graja.regression.report.Violation
de.hsh.graja.regression.report.violations.CommentEqualityViolation
de.hsh.graja.regression.report.violations.ImageEqualityViolation
- All Implemented Interfaces:
Attachable
,Renderable
-
Constructor Summary
ConstructorsConstructorDescriptionImageEqualityViolation
(NodePath violatorPath, List<StackTraceElement> observedOrigin, String titleExpected, String titleObserved, String base64dateExpected, String base64dataObserved) -
Method Summary
Methods inherited from class de.hsh.graja.regression.report.violations.CommentEqualityViolation
getObservedOrigin, getViolatorPath, renderWithDescriptionAndAttachments
Methods inherited from class de.hsh.graja.regression.report.Violation
allAttachments, attach, getIdentifier, setLocationContextIdentifier
-
Constructor Details
-
ImageEqualityViolation
-
-
Method Details
-
getTitleExpected
-
getTitleObserved
-
getBase64dateExpected
-
getBase64dataObserved
-
getViolationType
- Specified by:
getViolationType
in classViolation
-
toString
- Overrides:
toString
in classCommentEqualityViolation
-
render
public j2html.tags.ContainerTag<?> render()
-