Searched refs:assertNull (Results 201 - 225 of 846) sorted by relevance

1234567891011>>

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddomimplementationregistry07.js91 assertNull("domImplNull",domImpl);
H A Ddocumentadoptnode05.js141 assertNull("documentadoptnode05_namespaceURI",nodeNamespaceURI);
142 assertNull("documentadoptnode05_prefix",nodePrefix);
143 assertNull("documentadoptnode05_ownerDoc",attrOwnerElem);
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/
H A DAuthorizeCallbackTest.java59 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/
H A DKeyAgreement_Impl1Test.java77 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/
H A DLogManagerTest.java112 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(fo
[all...]
H A DLoggerTest.java100 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(mlo
[all...]
H A DConsoleHandlerTest.java79 assertNull(LogManager.getLogManager().getProperty(
81 assertNull(LogManager.getLogManager().getProperty(
83 assertNull(LogManager.getLogManager().getProperty(
85 assertNull(LogManager.getLogManager().getProperty(
91 assertNull(h.getFilter());
140 assertNull(h.getFilter());
141 assertNull(h.getEncoding());
143 assertNull(h.getEncoding());
162 assertNull(CallVerificationStack.getInstance().pop());
199 assertNull(CallVerificationStac
[all...]
/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
H A DMalformedInputExceptionTest.java36 assertNull(ex.getCause());
41 assertNull(ex.getCause());
46 assertNull(ex.getCause());
H A DUnmappableCharacterExceptionTest.java36 assertNull(ex.getCause());
41 assertNull(ex.getCause());
46 assertNull(ex.getCause());
H A DCoderMalfunctionErrorTest.java44 assertNull(e.getCause());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactorySpiTest.java87 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("Resul
[all...]
H A DCertPathValidatorExceptionTest.java66 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("getCaus
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/
H A DFileURLConnectionTest.java93 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/
H A DMapRemoveTester.java54 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));
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DSQLClientInfoExceptionTest.java38 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("Th
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarEntryTest.java114 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/
H A DAbstractTableReadTest.java102 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));
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
H A DPropertyChangeListenerProxyTest.java48 assertNull(proxy.getPropertyName());
55 assertNull(proxy.getListener());
75 assertNull(event);
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DSecurity_ImplTest.java38 assertNull("Incorrect result on null parameter", Security
40 assertNull("Incorrect result on null parameter", Security
42 assertNull("Incorrect result (provider not added)", Security
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
H A DLanguageCallbackTest.java53 assertNull(lc.getLocale());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAccessControlException2Test.java64 assertNull(
H A DKeyPairGenerator5Test.java44 assertNull(mockKeyPairGenerator.generateKeyPair());
H A DPrivilegedActionException2Test.java36 assertNull("Did not encapsulate null test exception properly!", pe
H A DPrivilegedActionExceptionTest.java46 assertNull(new PrivilegedActionException(null).getException());
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DAnnotationTest.java39 assertNull(a.getValue());

Completed in 437 milliseconds

1234567891011>>