HomeSort by relevance Sort by last modified time
    Searched defs:fContextLength (Results 1 - 5 of 5) sorted by null

  /external/junit/src/junit/framework/
ComparisonCompactor.java 13 private int fContextLength;
20 fContextLength= contextLength;
65 return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fContextLength), fPrefix);
69 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length());
70 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
  /external/junit/src/org/junit/
ComparisonFailure.java 68 private int fContextLength;
81 fContextLength= contextLength;
126 return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fContextLength), fPrefix);
130 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length());
131 return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "");
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 304 milliseconds