HomeSort by relevance Sort by last modified time
    Searched refs:assertNotSame (Results 126 - 150 of 448) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueTest.java 122 assertNotSame(Finalizer.class, finalizerCopy);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
LooperTest.java 59 assertNotSame(mainLooper, thread1Looper[0]);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
SeqTagTest.java 61 assertNotSame(list1, list2);
  /external/testng/src/test/java/test/methodinterceptors/
MethodInterceptorTest.java 77 Assert.assertNotSame(first.getMethod().getMethodName(), method);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InterfaceAddressTest.java 59 assertNotSame(anotherInterfaceAddr, interfaceAddr);
  /libcore/luni/src/test/java/libcore/java/util/
OldAbstractMapTest.java 58 assertNotSame(amt1.hashCode(), amt2.hashCode());
OldGregorianCalendarTest.java 79 assertNotSame(g.hashCode(), g1.hashCode());
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESedeKeySpecTest.java 130 assertNotSame("The returned array should not be the same object "
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 89 assertNotSame(now, t.getTimestamp());
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 21 import static org.junit.Assert.assertNotSame;
524 assertNotSame(rect2, mRegion.getBounds());
530 assertNotSame(rect2, mRegion.getBounds());
536 assertNotSame(rect2, mRegion.getBounds());
732 assertNotSame(rect2, mRegion.getBounds());
738 assertNotSame(rect2, mRegion.getBounds());
744 assertNotSame(rect2, mRegion.getBounds());
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 21 import static org.junit.Assert.assertNotSame;
218 assertNotSame(0, mActivity.view.newBall.getY());
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 91 assertNotSame(d, defaultIcon);
96 assertNotSame(d, d2);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java 21 import static org.junit.Assert.assertNotSame;
103 assertNotSame(roundRectShape, clonedShape);
  /cts/tests/tests/net/src/android/net/wifi/rtt/cts/
WifiRttTest.java 169 assertNotSame("Number of attempted measurements is 0", 0, numAttempted[i]);
170 assertNotSame("Number of successful measurements is 0", 0, numSuccessful[i]);
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DeflateUncompressorTest.java 124 Assert.assertNotSame(inflater1, inflater2);
141 Assert.assertNotSame(inflater1, inflater2);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleTest.java 198 assertNotSame(a, b);
201 assertNotSame(b, c);
  /external/guice/core/test/com/googlecode/guice/
BytecodeGenTest.java 229 assertNotSame(testProxy.getClass().getClassLoader(), systemClassLoader);
237 assertNotSame(testObject.getClass().getClassLoader(), systemClassLoader);
  /external/guice/extensions/mini/test/com/google/inject/mini/
MiniGuiceTest.java 93 assertNotSame(h.aProvider.get(), h.aProvider.get());
160 assertNotSame(a1.get(), a2.get());
  /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/support/v7/appcompat/src/androidTest/java/androidx/appcompat/view/
ContextThemeWrapperTest.java 20 import static org.junit.Assert.assertNotSame;
100 assertNotSame(mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE),
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BreakIteratorTest.java 47 assertNotSame(newOne, iterator);
68 assertNotSame(cloned, iterator);
  /libcore/jsr166-tests/src/test/java/jsr166/
AtomicLongTest.java 206 assertNotSame(x, y);
209 assertNotSame(y, z);
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 286 assertNotSame("Instance is null", null, format);
308 assertNotSame("Instance is null", null, format);
334 assertNotSame("Instance is null", null, format);
354 assertNotSame(null, format);
372 assertNotSame("Instance is null", null, format);
391 assertNotSame("Instance is null", null, format);
409 assertNotSame("Instance is null", null, format);
429 assertNotSame("Instance is null", null, format);
    [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
RequestPinItemTest.java 55 import static org.junit.Assert.assertNotSame;
188 assertNotSame(-1, mAppWidgetId);

Completed in 468 milliseconds

1 2 3 4 56 7 8 91011>>