HomeSort by relevance Sort by last modified time
    Searched refs:assertNull (Results 226 - 250 of 1521) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListGetSelectedViewTest.java 61 assertNull(mListView.getSelectedItem());
62 assertNull(mListView.getSelectedView());
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodedocumentfragmentnodevalue.java 73 assertNull("attributesNull", attrList);
75 assertNull("initiallyNull", value);
hc_nodevalue01.java 65 assertNull("initiallyNull", newValue);
68 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue04.java 71 assertNull("initiallyNull", newValue);
74 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue05.java 65 assertNull("initiallyNull", newValue);
68 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue06.java 63 assertNull("initiallyNull", newValue);
66 assertNull("nullAfterAttemptedChange", newValue);
nodedocumentfragmentnodevalue.java 74 assertNull("attributesNull", attrList);
76 assertNull("initiallyNull", value);
nodevalue01.java 65 assertNull("initiallyNull", newValue);
68 assertNull("nullAfterAttemptedChange", newValue);
nodevalue03.java 66 assertNull("initiallyNull", newValue);
69 assertNull("nullAfterAttemptedChange", newValue);
nodevalue04.java 66 assertNull("initiallyNull", newValue);
69 assertNull("nullAfterAttemptedChange", newValue);
nodevalue05.java 65 assertNull("initiallyNull", newValue);
68 assertNull("nullAfterAttemptedChange", newValue);
nodevalue06.java 63 assertNull("initiallyNull", newValue);
66 assertNull("nullAfterAttemptedChange", newValue);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileNotFoundExceptionTest.java 31 assertNull(e.getMessage());
NotActiveExceptionTest.java 31 assertNull(e.getMessage());
NotSerializableExceptionTest.java 31 assertNull(nse.getMessage());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
CompilerTest.java 28 assertNull("Incorrect behavior.", Compiler.command(new Object()));
IllegalStateExceptionTest.java 31 assertNull(e.getMessage());
32 assertNull(e.getLocalizedMessage());
33 assertNull(e.getCause());
42 assertNull(e.getCause());
InheritableThreadLocalTest.java 29 assertNull(itl.get());
UnsupportedOperationExceptionTest.java 31 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/
PreferenceChangeEventTest.java 45 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/
SignerTest.java 71 //assertNull(s.getName(), s.getName());
72 assertNull(s.getPrivateKey());
82 assertNull(s.getPrivateKey());
93 assertNull(s.getPrivateKey());
107 assertNull(s.getPrivateKey());
  /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());

Completed in 1316 milliseconds

1 2 3 4 5 6 7 8 91011>>