Class UnequalSubreeViolation
java.lang.Object
de.hsh.graja.regression.report.Violation
de.hsh.graja.regression.report.violations.TreeStructureViolation
de.hsh.graja.regression.report.violations.UnequalSubreeViolation
- All Implemented Interfaces:
Attachable
,Renderable
-
Constructor Summary
ConstructorsConstructorDescriptionUnequalSubreeViolation
(NodePath pathUntilViolation, List<StackTraceElement> stackdump, ComparableNode expectedRoot, ComparableNode observedRoot) -
Method Summary
Modifier and TypeMethodDescriptionj2html.tags.ContainerTag<?>
render()
void
setObservedOrigin
(List<StackTraceElement> stackdump) toString()
Methods inherited from class de.hsh.graja.regression.report.violations.TreeStructureViolation
renderWithDescriptionAndAttachments
Methods inherited from class de.hsh.graja.regression.report.Violation
allAttachments, attach, getIdentifier, setLocationContextIdentifier
-
Constructor Details
-
UnequalSubreeViolation
public UnequalSubreeViolation(NodePath pathUntilViolation, List<StackTraceElement> stackdump, ComparableNode expectedRoot, ComparableNode observedRoot)
-
-
Method Details
-
getExpectedRoot
-
getObservedRoot
-
getPathUntilViolation
-
setObservedOrigin
-
getViolationType
- Specified by:
getViolationType
in classViolation
-
toString
-
render
public j2html.tags.ContainerTag<?> render()
-