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

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/java/net/
OldPasswordAuthenticationTest.java 36 assertNull(pa.getUserName());
  /cts/tests/tests/preference/src/android/preference/cts/
PreferenceActivityTest.java 43 assertNull(mActivity.findPreference("check_box_preference_from_intent"));
52 assertNull(mActivity.findPreference("check_box_preference_from_resource"));
64 assertNull(mActivity.getPreferenceScreen());
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/
AuthorizeCallbackTest.java 59 assertNull(test.getAuthenticationID());
64 assertNull(test.getAuthorizationID());
69 assertNull(test.getAuthorizedID());
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreement_Impl1Test.java 77 assertNull("Incorrect result", keyA.doPhase(null, true));
81 assertNull("Algorithm must be null", keyA.getAlgorithm());
82 assertNull("Provider must be null", keyA.getProvider());
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 112 assertNull(foo);
116 assertNull(foo.getParent());
130 assertNull(mockManager.getLogger("bad name"));
169 assertNull(foo.getParent());
170 assertNull(child.getParent());
171 assertNull(grandson.getParent());
172 assertNull(otherChild.getParent());
177 assertNull(child.getParent());
180 assertNull(fakeChild.getParent());
187 assertNull(foo.getParent())
    [all...]
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...]
  /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/harmony-tests/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());
  /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 37 assertNull(FusionDictionary.findWordInTree(dict.mRootNodeArray, "aaa"));
41 assertNull(FusionDictionary.findWordInTree(dict.mRootNodeArray, "aaa"));
46 assertNull(FusionDictionary.findWordInTree(dict.mRootNodeArray, "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"));
  /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...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeCoercionTest.java 198 assertNull(mTestObject.waitForObjectValue());
213 assertNull(mTestObject.waitForCustomTypeValue());
269 assertNull(mTestObject.waitForObjectValue());
282 assertNull(mTestObject.waitForCustomTypeValue());
312 assertNull(mTestObject.waitForObjectValue());
322 assertNull(mTestObject.waitForCustomTypeValue());
353 assertNull(mTestObject.waitForObjectValue());
363 assertNull(mTestObject.waitForCustomTypeValue());
377 assertNull(mTestObject.waitForObjectValue());
428 assertNull(mTestObject.waitForCustomTypeValue())
    [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...]
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
AppSecurityTests.java 139 assertNull(String.format("failed to install shared uid app, Reason: %s", installResult),
165 assertNull(String.format("failed to install simple app. Reason: %s", installResult),
190 assertNull(String.format("failed to install app with data. Reason: %s", installResult),
198 assertNull(String.format("failed to install app access data. Reason: %s",
217 assertNull(getDevice()
236 assertNull(getDevice()
255 assertNull(getDevice()
275 assertNull(getDevice()
277 assertNull(getDevice()
279 assertNull(getDevice(
    [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...]

Completed in 1181 milliseconds

<<11121314151617181920>>