Home
last modified time | relevance | path

Searched refs:fContextLength (Results 1 – 1 of 1) sorted by relevance

/external/junit/src/junit/framework/
DComparisonCompactor.java9 private int fContextLength; field in ComparisonCompactor
16 fContextLength= contextLength; in ComparisonCompactor()
61 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
65 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length()); in computeCommonSuffix()
66 …+ 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "… in computeCommonSuffix()