Home
last modified time | relevance | path

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

/external/junit/src/org/junit/
DComparisonFailure.java18 private String fExpected; field in ComparisonFailure
29 fExpected= expected; in ComparisonFailure()
41 …return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage()); in getMessage()
56 return fExpected; in getExpected()
69 private String fExpected; field in ComparisonFailure.ComparisonCompactor
82 fExpected= expected; in ComparisonCompactor()
87 if (fExpected == null || fActual == null || areStringsEqual()) in compact()
88 return Assert.format(message, fExpected, fActual); in compact()
92 String expected= compactString(fExpected); in compact()
108 int end= Math.min(fExpected.length(), fActual.length()); in findCommonPrefix()
[all …]
/external/junit/src/junit/framework/
DComparisonCompactor.java14 private String fExpected; field in ComparisonCompactor
21 fExpected= expected; in ComparisonCompactor()
26 if (fExpected == null || fActual == null || areStringsEqual()) { in compact()
29 return format(message, fExpected, fActual); in compact()
33 String expected= compactString(fExpected); in compact()
50 int end= Math.min(fExpected.length(), fActual.length()); in findCommonPrefix()
52 if (fExpected.charAt(fPrefix) != fActual.charAt(fPrefix)) in findCommonPrefix()
58 int expectedSuffix= fExpected.length() - 1; in findCommonSuffix()
61 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix)) in findCommonSuffix()
64 fSuffix= fExpected.length() - expectedSuffix; in findCommonSuffix()
[all …]
DComparisonFailure.java12 private String fExpected; field in ComparisonFailure
23 fExpected= expected; in ComparisonFailure()
35 …return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage()); in getMessage()
50 return fExpected; in getExpected()
/external/junit/src/org/junit/internal/runners/statements/
DExpectException.java11 private final Class<? extends Throwable> fExpected; field in ExpectException
15 fExpected= expected; in ExpectException()
27 if (!fExpected.isAssignableFrom(e.getClass())) { in evaluate()
29 + fExpected.getName() + "> but was<" in evaluate()
36 + fExpected.getName()); in evaluate()
/external/skia/tests/
DWArrayTest.cpp143 , fExpected(expected) { in TestWData()
152 const char* fExpected; member in TestWData
168 if (!stringResult.equals(fExpected)) { in runTest()
169 ERRORF(reporter, "Expected: %s\n Result: %s\n", fExpected, stringResult.c_str()); in runTest()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/ ...
/external/owasp/sanitizer/lib/junit/
Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/libphonenumber/lib/
Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/jsr330/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/slf4j/integration/lib/
Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/guice/lib/build/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/dexmaker/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/opencv3/modules/java/pure_test/lib/
Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...