/external/junit/src/main/java/junit/framework/ |
D | ComparisonCompactor.java | 10 private String fExpected; field in ComparisonCompactor 17 fExpected = expected; in ComparisonCompactor() 23 if (fExpected == null || fActual == null || areStringsEqual()) { in compact() 24 return Assert.format(message, fExpected, fActual); in compact() 29 String expected = compactString(fExpected); in compact() 47 int end = Math.min(fExpected.length(), fActual.length()); in findCommonPrefix() 49 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) { in findCommonPrefix() 56 int expectedSuffix = fExpected.length() - 1; in findCommonSuffix() 59 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix)) { in findCommonSuffix() 63 fSuffix = fExpected.length() - expectedSuffix; in findCommonSuffix() [all …]
|
D | ComparisonFailure.java | 12 private String fExpected; field in ComparisonFailure 24 fExpected = expected; in ComparisonFailure() 36 …return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage()); in getMessage() 54 return fExpected; in getExpected()
|
/external/junit/src/main/java/org/junit/ |
D | ComparisonFailure.java | 26 private String fExpected; field in ComparisonFailure 38 this.fExpected = expected; in ComparisonFailure() 49 …return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage()); in getMessage() 67 return fExpected; in getExpected()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPluralRuleGeneration.java | 154 final double fExpected = (double)row[1]; in TestEFixedDecimal() local 168 … if (!assertEquals(rowString + " double vs toString", fExpected, fromString.doubleValue())) { in TestEFixedDecimal() 187 …FixedDecimal fromDoubleAndExponent = FixedDecimal.createWithExponent(fExpected, vExpected, eExpect… in TestEFixedDecimal() 190 FixedDecimal.createWithExponent(fExpected, vExpected, eExpected); in TestEFixedDecimal() 192 …assertEquals(rowString + " double vs fromDoubleAndExponent", fExpected, fromDoubleAndExponent.doub… in TestEFixedDecimal()
|
/external/skia/tests/ |
D | RectTest.cpp | 174 SkIRect fExpected; in DEF_TEST() member 226 REPORTER_ASSERT(reporter, difference == e.fExpected); in DEF_TEST() 231 SkRect ef = SkRect::Make(e.fExpected); in DEF_TEST()
|
/external/owasp/sanitizer/lib/junit/ |
D | junit-dep.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/libphonenumber/lib/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | junit-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/guice/lib/build/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/jsr330/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/slf4j/integration/lib/ |
D | junit-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |