Package junit.framework
Class ComparisonCompactor
java.lang.Object
junit.framework.ComparisonCompactor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
private String
compactString
(String source) private String
private String
private void
private void
-
Field Details
-
ELLIPSIS
- See Also:
-
DELTA_END
- See Also:
-
DELTA_START
- See Also:
-
fContextLength
private int fContextLength -
fExpected
-
fActual
-
fPrefix
private int fPrefix -
fSuffix
private int fSuffix
-
-
Constructor Details
-
ComparisonCompactor
-
-
Method Details
-
compact
-
compactString
-
findCommonPrefix
private void findCommonPrefix() -
findCommonSuffix
private void findCommonSuffix() -
computeCommonPrefix
-
computeCommonSuffix
-
areStringsEqual
private boolean areStringsEqual()
-