HomeSort by relevance Sort by last modified time
    Searched refs:expectedSuffix (Results 1 - 22 of 22) sorted by null

  /external/junit/src/main/java/junit/framework/
ComparisonCompactor.java 55 int expectedSuffix = fExpected.length() - 1;
57 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) {
58 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix)) {
62 fSuffix = fExpected.length() - expectedSuffix;
  /art/test/021-string2/src/junit/framework/
ComparisonCompactor.java 58 int expectedSuffix= fExpected.length() - 1;
60 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) {
61 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix))
64 fSuffix= fExpected.length() - expectedSuffix;
  /art/test/082-inline-execute/src/junit/framework/
ComparisonCompactor.java 58 int expectedSuffix= fExpected.length() - 1;
60 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) {
61 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix))
64 fSuffix= fExpected.length() - expectedSuffix;
  /frameworks/base/legacy-test/src/junit/framework/
ComparisonCompactor.java 58 int expectedSuffix= fExpected.length() - 1;
60 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) {
61 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix))
64 fSuffix= fExpected.length() - expectedSuffix;
  /frameworks/base/services/tests/servicestests/src/com/android/server/net/
ConnOnActivityStartTest.java 268 final String expectedSuffix = enabled ? "enabled" : "disabled";
269 assertTrue("output '" + output + "' should end with '" + expectedSuffix + "'",
270 output.endsWith(expectedSuffix));
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 684 final String expectedSuffix = enabled ? "enabled" : "disabled";
686 assertTrue("output '" + output + "' should end with '" + expectedSuffix + "'",
687 output.endsWith(expectedSuffix));
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go 723 expectedSuffix := "\r\n\r\ntoo short"
724 if !strings.HasSuffix(string(got), expectedSuffix) {
726 expectedSuffix, string(got))
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go 723 expectedSuffix := "\r\n\r\ntoo short"
724 if !strings.HasSuffix(string(got), expectedSuffix) {
726 expectedSuffix, string(got))
    [all...]
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 734 milliseconds