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