Package de.hsh.graja.regression.recorded
Class DiffRepresentationTO
java.lang.Object
de.hsh.graja.regression.recorded.ContentRepresentationTO
de.hsh.graja.regression.recorded.DiffRepresentationTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiffRepresentationTO
(String className, List<String> expected, List<String> observed, ContentRepresentationTO explanation) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
int
hashCode()
void
setExpected
(List<String> expected) void
setExplanation
(ContentRepresentationTO explanation) void
setObserved
(List<String> observed) Methods inherited from class de.hsh.graja.regression.recorded.ContentRepresentationTO
childCount, getChildren, getClassName, getLevenshteinDistanceThreshold, getLevenshteinDistanceThresholdForMeAnd, getStackdumpId, hasChildren, setChildren, setClassName, setLevenshteinDistanceThreshold, setStackdumpId
-
Constructor Details
-
DiffRepresentationTO
public DiffRepresentationTO() -
DiffRepresentationTO
-
-
Method Details
-
hasExplanation
public boolean hasExplanation() -
getExpected
-
setExpected
-
getObserved
-
setObserved
-
getExplanation
-
setExplanation
-
hashCode
public int hashCode()- Overrides:
hashCode
in classContentRepresentationTO
-
equals
- Overrides:
equals
in classContentRepresentationTO
-
getStringContentRepresentation
- Overrides:
getStringContentRepresentation
in classContentRepresentationTO
-