HomeSort by relevance Sort by last modified time
    Searched refs:assertNull (Results 801 - 825 of 1455) sorted by null

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinderTest.java 50 assertNull(IncludeFinder.decodeMap(s).get(""));
  /art/test/021-string2/src/junit/framework/
Assert.java 225 static public void assertNull(Object object) {
226 assertNull(null, object);
232 static public void assertNull(String message, Object object) {
  /art/test/082-inline-execute/src/junit/framework/
Assert.java 225 static public void assertNull(Object object) {
226 assertNull(null, object);
232 static public void assertNull(String message, Object object) {
  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 202 assertNull(v2.findFocus());
203 assertNull(v3.findFocus());
204 assertNull(v4.findFocus());
  /dalvik/tests/021-string2/src/junit/framework/
Assert.java 225 static public void assertNull(Object object) {
226 assertNull(null, object);
232 static public void assertNull(String message, Object object) {
  /dalvik/tests/082-inline-execute/src/junit/framework/
Assert.java 225 static public void assertNull(Object object) {
226 assertNull(null, object);
232 static public void assertNull(String message, Object object) {
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
SecretKeyFactory_ImplTest.java 85 assertNull("generateSecret method must return null", sk);
87 assertNull("translateKey method must return null", sk);
89 assertNull("getKeySpec method must return null", keySpec);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpCookieTest.java 209 assertNull(cookie.getValue());
253 assertNull(cookie.getPath());
290 assertNull(cookie.getDomain());
310 assertNull(cookie.getPortlist());
344 assertNull(cookie.getCommentURL());
362 assertNull(cookie.getComment());
634 assertNull(cookie.getComment());
635 assertNull(cookie.getCommentURL());
637 assertNull(cookie.getDomain());
639 assertNull(cookie.getPath())
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 107 assertNull(new ProtectionDomain(null, null).getClassLoader());
116 assertNull(new ProtectionDomain(null, null).getCodeSource());
124 assertNull(new ProtectionDomain(null, null).getPermissions());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder1Test.java 106 assertNull(Security.getProperty(DEFAULT_TYPE_PROPERTY));
361 assertNull("Incorrect algorithm", certPB.getAlgorithm());
362 assertNull("Incorrect provider", certPB.getProvider());
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
IdentityTest.java 95 assertNull(i.getName());
247 assertNull(i.getScope());
313 assertNull(i.getPublicKey());
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext2Test.java 130 assertNull("Incorrect host", sslE.getPeerHost());
139 assertNull("Not null result", sslC.getServerSessionContext());
143 assertNull("Not null result", sslC.getClientSessionContext());
  /external/guava/guava-tests/test/com/google/common/collect/
BstOperationsTest.java 62 assertNull(BstOperations.seek(Ordering.natural(), d, 'c'));
64 assertNull(BstOperations.seek(Ordering.natural(), d, 'e'));
80 assertNull(BstOperations.seek(Ordering.natural(), d, 'a'));
86 assertNull(BstOperations.seek(Ordering.natural(), d, 'g'));
133 assertNull(mutationResult.getOriginalTarget());
274 assertNull(mutationResult.getChangedTarget());
310 assertNull(mutationResult.getOriginalTarget());
311 assertNull(mutationResult.getChangedTarget());
475 assertNull(extractMin.getChangedTarget());
495 assertNull(extractMin.getChangedTarget())
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractExecutionThreadServiceTest.java 71 assertNull(thrownByExecutionThread);
99 assertNull(thrownByExecutionThread);
115 assertNull(thrownByExecutionThread);
  /external/junit/src/junit/framework/
Assert.java 228 static public void assertNull(Object object) {
230 assertNull(message, object);
236 static public void assertNull(String message, Object object) {
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
AreaCodeMapTest.java 129 assertNull(areaCodeMapForUS.lookup(number));
134 assertNull(areaCodeMapForUS.lookup(number));
149 assertNull(areaCodeMapForIT.lookup(number));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AccountManagerTest.java 6 import static org.junit.Assert.assertNull;
146 assertNull(authToken);
155 assertNull(authToken);
DrawableTest.java 29 assertNull(ShadowDrawable.createFromStream(new ByteArrayInputStream(new byte[0]), corruptedStreamSource));
119 assertNull(ShadowDrawable.createFromResourceStream(null, null, new ByteArrayInputStream(new byte[0]), corruptedStreamSource));
140 assertNull(ShadowDrawable.createFromResourceStream(null, null, new ByteArrayInputStream(new byte[0]), corruptedStreamSource, new BitmapFactory.Options()));
SparseArrayTest.java 27 import static org.junit.Assert.assertNull;
78 assertNull(sparseArray.get(NON_EXISTED_KEY)); // the default value is null
144 assertNull(sparseArray.get(NON_EXISTED_KEY)); // the default value is null
  /libcore/crypto/src/test/java/org/conscrypt/
CipherSuiteTest.java 32 assertNull(CipherSuite.getByName(name));
38 assertNull(CipherSuite.getByName("bogus"));
161 assertNull(byteString, keyType);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 104 assertNull(check);
111 assertNull(check);
119 assertNull(mockSelectionKey.attachment());
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 230 assertNull("Incorrect value of channel", iChannel);
239 assertNull("Property was not deleted.", System.getProperty("test"));
290 assertNull("Doesn't return NULL for non existent property",
  /libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerTest.java 56 assertNull(handler.getHostAddress(url1));
59 assertNull(handler.getHostAddress(url2));
91 assertNull(handler.openConnection(null));
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 97 assertNull("Logger should be null", foo);
101 assertNull("logger foo should not haven parent", foo.getParent());
111 assertNull("LogManager should not have logger with unforeseen name", mockManager
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 251 assertNull("Test 3: Null value expected.", sub.getIdentity(id2));
273 assertNull("Test 2: Null value expected.", sub.getIdentity((PublicKey) null));
276 assertNull("Test 3: Null value expected.", sub.getIdentity(anotherKey));

Completed in 465 milliseconds

<<31323334353637383940>>