HomeSort by relevance Sort by last modified time
    Searched refs:assertNotSame (Results 1 - 25 of 413) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarExceptionTest.java 31 assertNotSame(ex, ex1);
32 assertNotSame(ex.getMessage(), ex1.getMessage());
33 assertNotSame(ex, ex2);
40 assertNotSame(ex1, ex2);
41 assertNotSame(ex1.getMessage(), ex2.getMessage());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CodingErrorActionTest.java 49 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPLACE);
50 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPORT);
51 assertNotSame(CodingErrorAction.REPLACE, CodingErrorAction.REPORT);
  /external/okhttp/android/test/java/com/squareup/okhttp/
ConfigAwareConnectionPoolTest.java 24 import static org.junit.Assert.assertNotSame;
46 assertNotSame(beforeEventInstance, instance.get());
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
AutoContextTest.java 33 assertNotSame("", binding.textView1.getText().toString());
  /packages/apps/TV/tests/unit/src/com/android/tv/
CurrentPositionMediatorTest.java 50 assertNotSame("Seek request time", INVALID_TIME, mMediator.mSeekRequestTimeMs);
60 assertNotSame("Seek request time", INVALID_TIME, mMediator.mSeekRequestTimeMs);
61 assertNotSame("Current position", seekToTimeMs, mMediator.mCurrentPositionMs);
62 assertNotSame("Current position", newCurrentTimeMs, mMediator.mCurrentPositionMs);
  /external/mockito/src/test/java/org/mockitousage/bugs/
MultipleInOrdersTest.java 12 import static org.junit.Assert.assertNotSame;
30 assertNotSame(inOrder, inAnotherOrder);
  /external/mockito/src/test/java/org/mockitousage/bugs/injection/
ShouldNotTryToInjectInFinalOrStaticFieldsTest.java 17 import static org.junit.Assert.assertNotSame;
39 assertNotSame(unrelatedSet, exampleService.aSet);
  /frameworks/base/core/tests/coretests/src/android/view/
MutateDrawableTest.java 44 assertNotSame(mFirstButton.getBackground(), mSecondButton.getBackground());
49 assertNotSame(mFirstButton.getBackground().getConstantState(),
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
CertPathTrustManagerParametersTest.java 44 assertNotSame("Parameters were cloned incorrectly",
69 assertNotSame("Parameters were cloned incorrectly",
  /cts/tests/tests/opengl/src/android/opengl/cts/
GlTestBase.java 42 import static org.junit.Assert.assertNotSame;
66 assertNotSame(EGL_NO_DISPLAY, sEglDisplay);
81 assertNotSame(EGL_NO_CONTEXT, eglConfig);
88 assertNotSame(EGL_NO_SURFACE, mEglSurface);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameNormalizerTest.java 102 assertNotSame(compressing1, complexity1);
119 assertNotSame(compressing3, complexity3);
121 assertNotSame(compressing1, compressing3);
122 assertNotSame(complexity1, complexity3);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TextFormatParseLocationTest.java 82 assertNotSame(loc0, loc1);
83 assertNotSame(loc0, loc2);
84 assertNotSame(loc1, loc2);
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 23 import static org.junit.Assert.assertNotSame;
265 assertNotSame("Different font asset should return different Typeface object",
270 assertNotSame("Different font asset should return different Typeface object",
272 assertNotSame("Different font asset should return different Typeface object",
293 assertNotSame("Different font asset should return different Typeface object",
298 assertNotSame("Different font asset should return different Typeface object",
300 assertNotSame("Different font asset should return different Typeface object",
306 assertNotSame("Different font font variation should return different Typeface object",
312 assertNotSame("Different font font variation should return different Typeface object",
314 assertNotSame("Different font font variation should return different Typeface object"
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateRevocationExceptionTest.java 104 assertNotSame(extensions, original.getExtensions());
117 assertNotSame(firstDate, exception.getRevocationDate());
127 assertNotSame(firstDate, exception.getInvalidityDate());
163 assertNotSame(expected.getInvalidityDate(), actual.getInvalidityDate());
165 assertNotSame(expected.getRevocationDate(), actual.getRevocationDate());
168 assertNotSame(expected.getAuthorityName(), actual.getAuthorityName());
  /cts/tests/tests/text/src/android/text/style/cts/
CharacterStyleTest.java 20 import static org.junit.Assert.assertNotSame;
45 assertNotSame(metricAffectingSpan, result);
53 assertNotSame(characterStyle, result);
  /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());
175 assertNotSame(resources1, resources2)
    [all...]
  /frameworks/support/fragment/tests/java/android/support/v4/app/
NestedFragmentRestoreTest.java 21 import static junit.framework.TestCase.assertNotSame;
90 assertNotSame("attached to new context", activity, attachedTo[0]);
91 assertNotSame("attached to new parent fragment", parent, child);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/
PointTest.java 54 assertNotSame(p, p2);
73 assertNotSame(p, p2);
101 assertNotSame(p1, p);
112 assertNotSame(p1, p);
  /external/vogar/test/vogar/target/
AssertTest.java 91 assertNotSame(new Object(), new Object());
95 assertNotSame(this, this);
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 69 assertNotSame(-1, mLooperTid);
71 assertNotSame(Process.myTid(), mLooperTid);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
WeakIdentityHashMapTest.java 20 import static org.junit.Assert.assertNotSame;
48 assertNotSame(a1, a2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPointTest.java 37 assertNotSame(point2, point2b);
58 assertNotSame(layoutPoint, point);
  /cts/tests/tests/telecom/src/android/telecom/cts/
SimCallManagerTest.java 96 assertNotSame(TEST_PHONE_ACCOUNT_HANDLE, mTelecomManager.getSimCallManager());
115 assertNotSame(TEST_PHONE_ACCOUNT_HANDLE, mTelecomManager.getSimCallManager());
131 assertNotSame(TEST_PHONE_ACCOUNT_HANDLE, mTelecomManager.getSimCallManager());
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServer_MultipleClientsIntegrationTest.java 81 assertNotSame("sessionId1 vs sessionId2", sessionId1, sessionId2);
82 assertNotSame("sessionId2 vs sessionId3", sessionId2, sessionId3);
83 assertNotSame("sessionId1 vs sessionId3", sessionId1, sessionId3);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServer_MultipleClientsIntegrationTest.java 81 assertNotSame("sessionId1 vs sessionId2", sessionId1, sessionId2);
82 assertNotSame("sessionId2 vs sessionId3", sessionId2, sessionId3);
83 assertNotSame("sessionId1 vs sessionId3", sessionId1, sessionId3);

Completed in 905 milliseconds

1 2 3 4 5 6 7 8 91011>>