HomeSort by relevance Sort by last modified time
    Searched refs:assertNull (Results 276 - 300 of 1644) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
MalformedInputExceptionTest.java 36 assertNull(ex.getCause());
41 assertNull(ex.getCause());
46 assertNull(ex.getCause());
UnmappableCharacterExceptionTest.java 36 assertNull(ex.getCause());
41 assertNull(ex.getCause());
46 assertNull(ex.getCause());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactorySpiTest.java 87 assertNull("Not null Cerificate", cc);
95 assertNull("Not null Collection", col);
103 assertNull("Not null CRL", ccCRL);
112 assertNull("Not null CRL", colCRL);
160 assertNull("Result must be null", cert);
163 assertNull("Result must be null", col);
176 assertNull("Result must be null", crl);
178 assertNull("Result must be null", col);
230 assertNull("Result must be null", cert);
233 assertNull("Result must be null", col)
    [all...]
CertPathValidatorExceptionTest.java 66 assertNull("getMessage() must return null.", tE.getMessage());
67 assertNull("getCause() must return null", tE.getCause());
81 assertNull("getCause() must return null", tE.getCause());
93 assertNull("getMessage() must return null.", tE.getMessage());
94 assertNull("getCause() must return null", tE.getCause());
105 assertNull("getMessage() must return null.", tE.getMessage());
106 assertNull("getCause() must return null", tE.getCause());
135 assertNull("getMessage() must return null", tE.getMessage());
136 assertNull("getCause() must return null", tE.getCause());
150 assertNull("getCause() must return null", tE.getCause())
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/accessibility/
RecycleAccessibilityEventTest.java 63 assertNull(first.getClassName());
64 assertNull(first.getPackageName());
67 assertNull(first.getContentDescription());
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SecretKeyFactorySpiTest.java 65 assertNull("Not null result", skfSpi.engineTranslateKey(sk));
68 assertNull("Not null result", skfSpi.engineGenerateSecret(kspec));
70 assertNull("Not null result", skfSpi.engineGetKeySpec(sk, null));
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceQueueTest.java 73 assertNull(rq.poll());
79 assertNull("Remove failed.", rq.poll().get());
96 assertNull(rq.poll());
103 assertNull(rq.poll());
123 assertNull(rq.poll());
150 assertNull(rq.poll());
158 assertNull("Queue should be empty. (poll)", rq.poll());
159 assertNull("Queue should be empty. (remove(1))",
189 assertNull(result.get());
197 assertNull(rq.poll())
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
FusionDictionaryTests.java 35 assertNull(FusionDictionary.findWordInTree(dict.mRoot, "aaa"));
39 assertNull(FusionDictionary.findWordInTree(dict.mRoot, "aaa"));
44 assertNull(FusionDictionary.findWordInTree(dict.mRoot, "ba"));
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 56 assertNull("getMessage() must return null.", tE.getMessage());
57 assertNull("getCause() must return null", tE.getCause());
71 assertNull("getCause() must return null", tE.getCause());
83 assertNull("getMessage() must return null.", tE.getMessage());
84 assertNull("getCause() must return null", tE.getCause());
95 assertNull("getMessage() must return null.", tE.getMessage());
96 assertNull("getCause() must return null", tE.getCause());
125 assertNull("getMessage() must return null", tE.getMessage());
126 assertNull("getCause() must return null", tE.getCause());
140 assertNull("getCause() must return null", tE.getCause())
    [all...]
CertificateFactorySpiTest.java 79 assertNull("Not null Cerificate", cc);
86 assertNull("Not null Collection", col);
94 assertNull("Not null CRL", ccCRL);
102 assertNull("Not null CRL", colCRL);
150 assertNull("Result must be null", cert);
153 assertNull("Result must be null", col);
166 assertNull("Result must be null", crl);
168 assertNull("Result must be null", colcrl);
220 assertNull("Result must be null", cert);
223 assertNull("Result must be null", col)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java 93 assertNull(urlConnection.getHeaderField(Integer.MIN_VALUE));
94 assertNull(urlConnection.getHeaderField(Integer.MAX_VALUE));
95 assertNull(urlConnection.getHeaderFieldKey(Integer.MIN_VALUE));
96 assertNull(urlConnection.getHeaderFieldKey(Integer.MAX_VALUE));
97 assertNull(urlConnection.getHeaderField(null));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapRemoveTester.java 54 assertNull("remove(notPresent) should return null",
88 assertNull("remove(notPresent) should return null or throw "
102 assertNull("remove(null) should return null or throw "
112 assertNull("remove(null) should return null", getMap().remove(null));
119 assertNull(getMap().remove(WrongType.VALUE));
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLParametersTest.java 27 assertNull(p.getCipherSuites());
28 assertNull(p.getProtocols());
39 assertNull(p.getProtocols());
60 assertNull(p.getCipherSuites());
75 assertNull(p.getProtocols());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidatorTest.java 88 assertNull(validator.isValid("foo")); // null: ok (no error message)
89 assertNull(validator.isValid("foo4"));
97 assertNull(validator.isValid("foo1"));
98 assertNull(validator.isValid("foo2"));
99 assertNull(validator.isValid("foo3"));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 221 assertNull(mInfo.name);
223 assertNull(mInfo.cnapName);
229 assertNull(mInfo.contactRefUri);
231 assertNull(mInfo.phoneLabel);
233 assertNull(mInfo.numberLabel);
235 assertNull(mInfo.contactRingtoneUri);
238 assertNull(mInfo.cachedPhoto);
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 59 assertNull(address.getAdminArea());
70 assertNull(address.getCountryCode());
81 assertNull(address.getCountryName());
98 assertNull(address.getExtras());
109 assertNull(address.getFeatureName());
156 assertNull(address.getPhone());
167 assertNull(address.getPostalCode());
178 assertNull(address.getThoroughfare());
189 assertNull(address.getUrl());
200 assertNull(address.getSubAdminArea())
    [all...]
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeCoercionTest.java 207 assertNull(mTestObject.waitForObjectValue());
222 assertNull(mTestObject.waitForCustomTypeValue());
265 assertNull(mTestObject.waitForObjectValue());
278 assertNull(mTestObject.waitForCustomTypeValue());
306 assertNull(mTestObject.waitForObjectValue());
316 assertNull(mTestObject.waitForCustomTypeValue());
346 assertNull(mTestObject.waitForObjectValue());
356 assertNull(mTestObject.waitForCustomTypeValue());
368 assertNull(mTestObject.waitForObjectValue());
419 assertNull(mTestObject.waitForCustomTypeValue())
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 100 assertNull(Logger.global.getFilter());
102 assertNull(Logger.global.getLevel());
104 assertNull(Logger.global.getParent().getParent());
105 assertNull(Logger.global.getResourceBundle());
106 assertNull(Logger.global.getResourceBundleName());
120 assertNull(mlog.getFilter());
122 assertNull(mlog.getLevel());
124 assertNull(mlog.getParent());
136 assertNull(mlog.getFilter());
138 assertNull(mlog.getLevel())
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 57 assertNull(u.getQuery());
58 assertNull(u.getPath());
59 assertNull(u.getAuthority());
60 assertNull(u.getHost());
86 assertNull(Uri.parse("foo:bob%20lee").getPath());
90 assertNull(Uri.parse("foo:bob%20lee").getEncodedQuery());
91 assertNull(Uri.parse("foo:bar#?bob%20lee").getQuery());
262 assertNull(uri.getFragment());
268 assertNull(uri.getAuthority());
269 assertNull(uri.getEncodedAuthority())
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLClientInfoExceptionTest.java 38 assertNull("The SQLState of SQLClientInfoException should be null",
40 assertNull("The reason of SQLClientInfoException should be null",
42 assertNull(
59 assertNull("The SQLState of SQLClientInfoException should be null",
61 assertNull("The reason of SQLClientInfoException should be null",
81 assertNull("The SQLState of SQLClientInfoException should be null",
98 assertNull("The SQLState of SQLClientInfoException should be null",
100 assertNull("The reason of SQLClientInfoException should be null",
119 assertNull("The SQLState of SQLClientInfoException should be null",
143 assertNull("The SQLState of SQLClientInfoException should be null"
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java 129 assertNull(Security.getAlgorithmProperty("DSA", null));
130 assertNull(Security.getAlgorithmProperty("DSA", "propName"));
186 assertNull(Security.getProvider("SOMEINCORRECTPROVIDERNAME"));
189 assertNull(Security.getProvider(null));
251 assertNull(filter, Security.getProviders(filter));
266 assertNull(filter, Security.getProviders(filter));
269 assertNull(filter, Security.getProviders(filter));
272 assertNull(filter, Security.getProviders(filter));
287 assertNull("Not null result on empty map", Security.getProviders(m));
321 assertNull("MyService.MyAlgorithm KeySize:1025", Securit
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenTest.java 37 assertNull(rfc822Token2.getName());
43 assertNull(rfc822Token3.getAddress());
49 assertNull(rfc822Token4.getComment());
68 assertNull(rfc822Token.getName());
100 assertNull(rfc822Token.getComment());
119 assertNull(rfc822Token.getAddress());
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarEntryTest.java 114 assertNull("Shouldn't have any Manifest attributes", jarEntry
125 assertNull(jarEntry.getCertificates());
137 assertNull("getCertificates() should be null until the entry is read",
139 assertNull(jarEntry2.getCertificates());
160 assertNull("getCodeSigners() should be null until the entry is read",
178 assertNull(
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractTableReadTest.java 102 assertNull(table.get("foo", 2));
103 assertNull(table.get("bar", 3));
104 assertNull(table.get("cat", 1));
105 assertNull(table.get("foo", null));
106 assertNull(table.get(null, 1));
107 assertNull(table.get(null, null));
  /packages/apps/Email/tests/src/com/android/email/activity/
MessagesAdapterTests.java 119 assertNull(result.mAccount);
120 assertNull(result.mMailbox);
133 assertNull(result.mAccount);
134 assertNull(result.mMailbox);
146 assertNull(result.mAccount);
147 assertNull(result.mMailbox);

Completed in 2081 milliseconds

<<11121314151617181920>>