Home
last modified time | relevance | path

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

/frameworks/base/test-base/src/junit/framework/
DComparisonCompactor.java13 private int fContextLength; field in ComparisonCompactor
20 fContextLength= contextLength; in ComparisonCompactor()
68 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
72 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length()); in computeCommonSuffix()
73 …+ 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "… in computeCommonSuffix()