HomeSort by relevance Sort by last modified time
    Searched refs:assertNotNull (Results 476 - 500 of 1698) sorted by null

<<11121314151617181920>>

  /development/tools/mkstubs/tests/com/android/mkstubs/
SourceGeneratorTest.java 55 Assert.assertNotNull(s);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 90 assertNotNull(ucl);
112 assertNotNull(res);
127 assertNotNull("Failed to locate resources", res);
144 assertNotNull(res);
177 assertNotNull("Failed to load class", cl);
178 assertNotNull(
185 assertNotNull("Failed to load class from explicit jar URL", cl);
197 assertNotNull(res);
215 assertNotNull(res);
246 assertNotNull(Class.forName("cpack.CNothing", true, ucl))
    [all...]
URLDecoderTest.java 34 assertNotNull("Constructor failed.", ud);
  /external/apache-harmony/luni/src/test/impl/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderImplTest.java 58 assertNotNull(res);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSSecretKeyEntryTest.java 73 assertNotNull("toString() returns null string", ske.toString());
KSTrustedCertificateEntryTest.java 70 assertNotNull("toString() returns null string", ksTCE.toString());
SignedObjectTest.java 56 assertNotNull("signature is null", so.getSignature());
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
AuthenticatedAttributesTest.java 46 assertNotNull("Decoded AuthenticatedAttributes is null",
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClientOnReceivedErrorTest.java 51 assertNotNull(onReceivedErrorHelper.getDescription());
68 assertNotNull(onReceivedErrorHelper.getDescription());
102 assertNotNull(onReceivedErrorHelper.getDescription());
118 assertNotNull(onReceivedErrorHelper.getDescription());
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ProviderTestBase.java 29 assertNotNull(activity);
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/contextmenu/
ContextMenuUtils.java 68 Assert.assertNotNull("Failed to open context menu", menu);
89 Assert.assertNotNull("Failed to open context menu", menu);
99 Assert.assertNotNull("Couldn't find context menu item for '" + itemTitle + "'", itemId);
107 Assert.assertNotNull("Could not find '" + itemId + "' in menu", item);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
TestsJavaScriptEvalTest.java 46 assertNotNull("Failed to get bounds",
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuWith1ItemTest.java 46 assertNotNull(mActivity);
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase.java 95 assertNotNull("activity should be launched successfully", getActivity());
SingleLaunchActivityTestCase.java 85 assertNotNull("activity should be launched successfully", sActivity);
  /frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
AppCompatibility.java 60 assertNotNull("Could not fetch InstrumentationTestRunner.", mRunner);
63 Assert.assertNotNull("Could not get the Context", mContext);
67 Assert.assertNotNull("Could not get Activity Manager", mActivityManager);
70 Assert.assertNotNull("Missing Package Manager", mPackageManager);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateentityreference.java 74 assertNotNull("createdEntRefNotNull", newEntRefNode);
documentcreateentityreferenceknown.java 76 assertNotNull("createdEntRefNotNull", newEntRefNode);
documentcreateprocessinginstruction.java 77 assertNotNull("createdPINotNull", newPINode);
documentgetdoctype.java 71 assertNotNull("docTypeNotNull", docType);
documenttypegetdoctype.java 68 assertNotNull("docTypeNotNull", docType);
hc_elementremoveattributenode.java 73 assertNotNull("removedAttrNotNull", removedAttr);
hc_elementreplaceexistingattributegevalue.java 76 assertNotNull("previousAttrNotNull", streetAttr);
hc_nodevalue04.java 69 assertNotNull("docTypeNotNull", newNode);
nodeappendchildnomodificationallowederrEE.java 72 assertNotNull("createdEntRefNotNull", entRef);

Completed in 2014 milliseconds

<<11121314151617181920>>