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