Class CommentEqualityViolation
java.lang.Object
de.hsh.graja.regression.report.Violation
de.hsh.graja.regression.report.violations.CommentEqualityViolation
- All Implemented Interfaces:
Attachable
,Renderable
- Direct Known Subclasses:
ClassEqualityViolation
,DiffEqualityViolation
,ImageEqualityViolation
,StringEqualityViolation
-
Constructor Summary
ConstructorsConstructorDescriptionCommentEqualityViolation
(NodePath violatorPath, List<StackTraceElement> observedOrigin) -
Method Summary
Modifier and TypeMethodDescriptionprotected j2html.tags.ContainerTag<?>
renderWithDescriptionAndAttachments
(j2html.tags.DomContent... prepend) toString()
Methods inherited from class de.hsh.graja.regression.report.Violation
allAttachments, attach, getIdentifier, getViolationType, setLocationContextIdentifier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.hsh.graja.regression.report.Renderable
render
-
Constructor Details
-
CommentEqualityViolation
-
-
Method Details
-
getViolatorPath
-
getObservedOrigin
-
toString
-
renderWithDescriptionAndAttachments
protected j2html.tags.ContainerTag<?> renderWithDescriptionAndAttachments(j2html.tags.DomContent... prepend) - Overrides:
renderWithDescriptionAndAttachments
in classViolation
-