HomeSort by relevance Sort by last modified time
    Searched refs:AssertionFailedError (Results 76 - 100 of 234) sorted by null

1 2 34 5 6 7 8 910

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
DeviceTestResult.java 24 import junit.framework.AssertionFailedError;
67 catch (AssertionFailedError e) {
  /external/guava/guava-testlib/test/com/google/common/testing/
ClassSanityTesterTest.java 30 import junit.framework.AssertionFailedError;
85 } catch (AssertionFailedError expected) {
98 } catch (AssertionFailedError expected) {
130 } catch (AssertionFailedError expected) {
142 } catch (AssertionFailedError expected) {
203 } catch (AssertionFailedError expected) {
225 } catch (AssertionFailedError expected) {
235 } catch (AssertionFailedError expected) {
245 } catch (AssertionFailedError expected) {
256 } catch (AssertionFailedError expected)
    [all...]
NullPointerTesterTest.java 41 import junit.framework.AssertionFailedError;
166 } catch (AssertionFailedError expected) {
177 } catch (AssertionFailedError unexpected) {
189 } catch (AssertionFailedError expected) {
202 } catch (AssertionFailedError unexpected) {
215 } catch (AssertionFailedError expected) {
301 } catch (AssertionFailedError incorrectError) {
311 } catch (AssertionFailedError expected) {
748 } catch (AssertionFailedError expected) {
763 } catch (AssertionFailedError expected)
    [all...]
  /external/crcalc/tests/src/com/hp/creals/
CRTest.java 42 // Modified to use AssertionFailedError. hboehm@google.com, 6/6/14
50 import junit.framework.AssertionFailedError;
55 if (!x) throw new AssertionFailedError(s);
59 throw new AssertionFailedError(s + "(" + x + " vs. " + y + ")");
64 throw new AssertionFailedError(s + "(" + x + " vs. " + y + ")");
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JdkFutureAdaptersTest.java 30 import junit.framework.AssertionFailedError;
174 throw new AssertionFailedError();
189 throw new AssertionFailedError();
194 throw new AssertionFailedError();
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetEventsTest.java 68 } catch (junit.framework.AssertionFailedError e) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
TestProcessClient.java 34 import junit.framework.AssertionFailedError;
153 mLastException = new AssertionFailedError("Service disconnected unexpectedly");
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
MalformedBenchmarksTest.java 27 import junit.framework.AssertionFailedError;
177 } catch (AssertionFailedError afe) {
  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 26 import junit.framework.AssertionFailedError;
123 throw new AssertionFailedError(template
AbstractPackageSanityTests.java 37 import junit.framework.AssertionFailedError;
282 private static AssertionFailedError sanityError(
288 AssertionFailedError error = new AssertionFailedError(message);
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletSpiVisitor.java 27 import junit.framework.AssertionFailedError;
98 throw new AssertionFailedError("invalid other binding: " + binding);
  /packages/services/Telephony/tests/src/com/android/phone/
RoamingDialogFragmentTest.java 26 import junit.framework.AssertionFailedError;
67 } catch (AssertionFailedError e) {
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 82 public void addFailure(Test test, junit.framework.AssertionFailedError t) {
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
StorageHostTest.java 28 import junit.framework.AssertionFailedError;
245 throw new AssertionFailedError("Unexpected crashes while disk full: " + troubleLogs);
273 throw new AssertionFailedError("Error when running device tests.");
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
Utils.java 25 import junit.framework.AssertionFailedError;
83 throw new AssertionFailedError("Expected at least " + expected + " but was " + actual
94 throw new AssertionFailedError("Expected roughly " + expected + " but was " + actual
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
ProxyBuilderTest.java 20 import junit.framework.AssertionFailedError;
73 throw new AssertionFailedError();
79 throw new AssertionFailedError();
85 throw new AssertionFailedError();
120 throw new AssertionFailedError();
154 throw new AssertionFailedError();
201 throw new AssertionFailedError();
219 } catch (AssertionFailedError expected) {
226 throw new AssertionFailedError();
388 throw new AssertionFailedError();
    [all...]
  /external/guice/core/test/com/google/inject/
MembersInjectorTest.java 24 import junit.framework.AssertionFailedError;
36 throw new AssertionFailedError();
42 throw new AssertionFailedError();
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
FakeGateKeeperService.java 25 import junit.framework.AssertionFailedError;
132 throw new AssertionFailedError("Got correct but obsolete handle");
193 throw new AssertionFailedError("Inconsistent SID");
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
GlifPatternDrawableTest.java 34 import junit.framework.AssertionFailedError;
176 } catch (AssertionFailedError e) {
177 throw new AssertionFailedError(message + " expected <#" + Integer.toHexString(expected)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceTest.java 24 import junit.framework.AssertionFailedError;
36 static AssertionFailedError error;
282 error = new AssertionFailedError("something threw '" + t +
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DexTestRunner.java 25 import junit.framework.AssertionFailedError;
277 if (t instanceof AssertionFailedError) {
279 listener.addFailure(test, (AssertionFailedError) t);
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
VtsTraceCollectPreparerTest.java 29 import junit.framework.AssertionFailedError;
128 .andThrow(new AssertionFailedError())
132 .andThrow(new AssertionFailedError())
  /prebuilts/sdk/28/optional/
android.test.base.jar 
  /prebuilts/sdk/current/optional/
android.test.base.jar 
  /libcore/luni/src/test/java/libcore/java/util/
LibcoreIoDerivedBase64Test.java 31 import junit.framework.AssertionFailedError;
234 throw new AssertionFailedError("Cannot convert test bytes to String safely: " +
253 throw new AssertionFailedError("Cannot convert test String to bytes safely: " + string +

Completed in 2525 milliseconds

1 2 34 5 6 7 8 910