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 TypeMethodDescriptionbooleanbooleaninthashCode()voidsetExpected(List<String> expected) voidsetExplanation(ContentRepresentationTO explanation) voidsetObserved(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:
hashCodein classContentRepresentationTO
-
equals
- Overrides:
equalsin classContentRepresentationTO
-
getStringContentRepresentation
- Overrides:
getStringContentRepresentationin classContentRepresentationTO
-