HomeSort by relevance Sort by last modified time
    Searched defs:assertNotSame (Results 76 - 100 of 270) sorted by null

1 2 34 5 6 7 8 91011

  /cts/tests/tests/text/src/android/text/method/cts/
MultiTapKeyListenerTest.java 221 assertNotSame(listener1, listener3);
222 assertNotSame(listener4, listener3);
223 assertNotSame(listener4, listener1);
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimatorInflaterTest.java 69 assertNotSame(anim1, anim2);
70 assertNotSame("interpolater is orientation dependent, should change",
81 assertNotSame("a different animation should be returned", anim1, anim2);
  /cts/tests/tests/widget/src/android/widget/cts/
SpinnerTest.java 177 assertNotSame(mTargetContext, themeSpinner.getPopupContext());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 142 assertNotSame(got, principals);
143 assertNotSame(got, pd.getPrincipals());
ProviderTest.java 171 assertNotSame(s, s1);
198 assertNotSame(c, c1);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchor_ImplTest.java 418 assertNotSame(nc, ncRet);
420 assertNotSame(ncRet, ta.getNameConstraints());
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DefaultDeflateCompatibilityWindowTest.java 101 Assert.assertNotSame(corpus1, corpus2);
DeflateUncompressorTest.java 124 Assert.assertNotSame(inflater1, inflater2);
141 Assert.assertNotSame(inflater1, inflater2);
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
FunctionsTest.java 46 assertNotSame(new Long(135135L), identity.apply(new Long(135135L)));
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
BytesTest.java 127 assertNotSame(ARRAY1, Bytes.concat(ARRAY1));
  /external/guava/guava-testlib/test/com/google/common/collect/testing/features/
FeatureUtilTest.java 184 assertNotSame(features, FeatureUtil.impliedFeatures(features));
  /external/guava/guava-tests/test/com/google/common/base/
EnumsTest.java 94 assertNotSame(shadowTestEnum, TestEnum.class);
FinalizableReferenceQueueClassLoaderUnloadingTest.java 92 assertNotSame(frqC, sepFrqC);
211 assertNotSame(frqC, sepFrqC);
221 assertNotSame(frqUserC, sepFrqUserC);
  /external/guava/guava-tests/test/com/google/common/io/
CharStreamsTest.java 152 assertNotSame(plainAppendable, result);
  /external/guava/guava-tests/test/com/google/common/primitives/
BytesTest.java 129 assertNotSame(ARRAY1, Bytes.concat(ARRAY1));
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractFutureTest.java 58 assertNotSame(ee1, ee2);
AtomicDoubleTest.java 198 assertNotSame(a, b);
201 assertNotSame(b, c);
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ContextPathTest.java 79 assertNotSame(fooServlet, barServlet);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
CounterImplTest.java 16 import static org.junit.Assert.assertNotSame;
73 assertNotSame(c1, c2);
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCacheTest.java 42 import static org.junit.Assert.assertNotSame;
87 assertNotSame(first, another);
  /frameworks/base/core/tests/coretests/src/android/content/res/
ResourcesManagerTest.java 96 assertNotSame(resources, newResources);
111 assertNotSame(resources1, resources2);
112 assertNotSame(resources1.getImpl(), resources2.getImpl());
136 assertNotSame(resources1, resources2);
137 assertNotSame(resources1, resources3);
138 assertNotSame(resources2, resources3);
141 assertNotSame(resources1.getImpl(), resources2.getImpl());
142 assertNotSame(resources1.getImpl(), resources3.getImpl());
143 assertNotSame(resources2.getImpl(), resources3.getImpl());
174 assertNotSame(resources1, resources2)
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BasicBindingTest.java 153 assertNotSame(binding.textView, mBinder.textView);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InterfaceAddressTest.java 59 assertNotSame(anotherInterfaceAddr, interfaceAddr);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
StringCharacterIteratorTest.java 152 assertNotSame(sci0, sci1);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ConcurrentModTest.java 663 assertNotSame(al1,al2);

Completed in 1508 milliseconds

1 2 34 5 6 7 8 91011