OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fContextLength
(Results
1 - 6
of
6
) sorted by null
/external/junit/src/junit/framework/
ComparisonCompactor.java
13
private int
fContextLength
;
20
fContextLength
= contextLength;
68
return (fPrefix >
fContextLength
? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix -
fContextLength
), fPrefix);
72
int end= Math.min(fExpected.length() - fSuffix + 1 +
fContextLength
, fExpected.length());
73
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
/external/robolectric/lib/main/
junit-dep-4.8.2.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 898 milliseconds