Class DiffEqualityViolation
java.lang.Object
de.hsh.graja.regression.report.Violation
de.hsh.graja.regression.report.violations.CommentEqualityViolation
de.hsh.graja.regression.report.violations.DiffEqualityViolation
- All Implemented Interfaces:
Attachable
,Renderable
-
Constructor Summary
ConstructorsConstructorDescriptionDiffEqualityViolation
(NodePath violatorPath, List<StackTraceElement> observedOrigin, List<String> expected, List<String> observed) -
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
-
DiffEqualityViolation
-
-
Method Details
-
getExpected
-
getObserved
-
getViolationType
- Specified by:
getViolationType
in classViolation
-
toString
- Overrides:
toString
in classCommentEqualityViolation
-
render
public j2html.tags.ContainerTag<?> render()
-