Searched refs:assertNull (Results 176 - 200 of 846) sorted by relevance

1234567891011>>

/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_nodevalue07.js118 assertNull("initiallyNull",newValue);
123 assertNull("nullAfterAttemptedChange",newValue);
H A Dhc_nodevalue08.js118 assertNull("initiallyNull",newValue);
123 assertNull("nullAfterAttemptedChange",newValue);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_attrfirstchild.js115 assertNull("nextSiblingIsNull",otherChild);
118 assertNull("previousSiblingIsNull",otherChild);
H A Dhc_attrlastchild.js115 assertNull("nextSiblingIsNull",otherChild);
118 assertNull("previousSiblingIsNull",otherChild);
H A Dhc_documentgetdoctype.js135 assertNull("nodeValue",nodeValue);
138 assertNull("attributes",attributes);
H A Dhc_nodecommentnodeattributes.js118 assertNull("existingCommentAttributesNull",attrList);
126 assertNull("createdCommentAttributesNull",attrList);
H A Dhc_nodevalue03.js122 assertNull("initiallyNull",newValue);
127 assertNull("nullAfterAttemptedChange",newValue);
H A Dhc_nodevalue04.js116 assertNull("initiallyNull",newValue);
121 assertNull("nullAfterAttemptedChange",newValue);
H A Dhc_nodevalue07.js118 assertNull("initiallyNull",newValue);
123 assertNull("nullAfterAttemptedChange",newValue);
H A Dhc_nodevalue08.js118 assertNull("initiallyNull",newValue);
123 assertNull("nullAfterAttemptedChange",newValue);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dattrgetschematypeinfo06.js111 assertNull("typeName",typeName);
114 assertNull("typeNS",typeNS);
H A Delementgetschematypeinfo01.js108 assertNull("nameIsNull",typeName);
111 assertNull("nsIsNull",typeNS);
H A Delementgetschematypeinfo03.js108 assertNull("typeName",typeName);
111 assertNull("typeNS",typeNS);
H A Dnodelookupprefix04.js113 assertNull("nodelookupprefixEntity04",prefix);
115 assertNull("nodelookupprefixNotation04",prefix);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileNotFoundExceptionTest.java31 assertNull(e.getMessage());
H A DNotActiveExceptionTest.java31 assertNull(e.getMessage());
H A DNotSerializableExceptionTest.java31 assertNull(nse.getMessage());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DCompilerTest.java28 assertNull("Incorrect behavior.", Compiler.command(new Object()));
H A DIllegalStateExceptionTest.java31 assertNull(e.getMessage());
32 assertNull(e.getLocalizedMessage());
33 assertNull(e.getCause());
42 assertNull(e.getCause());
H A DInheritableThreadLocalTest.java29 assertNull(itl.get());
H A DUnsupportedOperationExceptionTest.java31 assertNull(e.getMessage());
32 assertNull(e.getLocalizedMessage());
33 assertNull(e.getCause());
42 assertNull(e.getCause());
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferenceChangeEventTest.java45 assertNull(event.getNewValue());
51 assertNull(event.getNewValue());
56 assertNull(event.getKey());
62 assertNull(event.getKey());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DSignerTest.java71 //assertNull(s.getName(), s.getName());
72 assertNull(s.getPrivateKey());
82 assertNull(s.getPrivateKey());
93 assertNull(s.getPrivateKey());
107 assertNull(s.getPrivateKey());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DCallablesTest.java31 assertNull(Callables.returning(null).call());
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DMetadataManagerTest.java39 assertNull(noAlternateFormats);

Completed in 404 milliseconds

1234567891011>>