HomeSort by relevance Sort by last modified time
    Searched refs:assertNotNull (Results 1 - 25 of 1705) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
SelectorProviderTest.java 34 assertNotNull(SelectorProvider.provider());
39 assertNotNull(SelectorProvider.provider().openDatagramChannel());
40 assertNotNull(SelectorProvider.provider().openPipe());
41 assertNotNull(SelectorProvider.provider().openServerSocketChannel());
42 assertNotNull(SelectorProvider.provider().openSocketChannel());
43 assertNotNull(SelectorProvider.provider().openSelector());
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
MapModeTest.java 32 assertNotNull(FileChannel.MapMode.PRIVATE);
33 assertNotNull(FileChannel.MapMode.READ_ONLY);
34 assertNotNull(FileChannel.MapMode.READ_WRITE);
48 assertNotNull(FileChannel.MapMode.PRIVATE.toString());
49 assertNotNull(FileChannel.MapMode.READ_ONLY.toString());
50 assertNotNull(FileChannel.MapMode.READ_WRITE.toString());
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AnnotationTest.java 30 assertNotNull(new Annotation(null));
31 assertNotNull(new Annotation("value"));
51 assertNotNull(new Annotation(null).toString());
52 assertNotNull(new Annotation("value").toString());
  /libcore/luni/src/test/java/tests/api/java/util/
MissingResourceExceptionTest.java 33 assertNotNull(new MissingResourceException("Detail string", "Class name string", "Key string"));
34 assertNotNull(new MissingResourceException(null, "Class name string", "Key string"));
35 assertNotNull(new MissingResourceException("Detail string", null, "Key string"));
36 assertNotNull(new MissingResourceException("Detail string", "Class name string", null));
NoSuchElementExceptionTest.java 31 assertNotNull(new NoSuchElementException());
48 assertNotNull(new NoSuchElementException("String"));
49 assertNotNull(new NoSuchElementException(null));
  /libcore/luni/src/test/java/libcore/sqlite/
OldExceptionTest.java 35 assertNotNull(e);
36 assertNotNull(e.getMessage());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
TypeNotPresentExceptionTest.java 28 assertNotNull(e);
30 assertNotNull(m);
33 assertNotNull(e);
35 assertNotNull(m);
39 assertNotNull(e.getMessage());
  /development/samples/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java 77 assertNotNull(mService.mNotificationManager);
80 assertNotNull(mService.mContentIntent);
83 assertNotNull(mService.mNotification);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
UndeclaredThrowableExceptionTest.java 32 assertNotNull(e);
44 assertNotNull(e);
54 assertNotNull(e);
  /libcore/luni/src/test/java/libcore/java/security/
OldKeyPairGeneratorTestDH.java 35 assertNotNull("no keypair generated", keyPair);
36 assertNotNull("no public key generated", keyPair.getPublic());
37 assertNotNull("no private key generated", keyPair.getPrivate());
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosTest.java 38 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/HelloActivity/tests/src/com/example/android/helloactivity/
HelloActivityTest.java 38 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/LunarLander/tests/src/com/example/android/lunarlander/
LunarLanderTest.java 40 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadActivityTest.java 39 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/SkeletonApp/tests/src/com/example/android/skeletonapp/
SkeletonAppTest.java 39 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/Snake/tests/src/com/example/android/snake/
SnakeTest.java 38 assertNotNull("activity should be launched successfully", getActivity());
  /libcore/luni/src/test/java/libcore/java/util/
OldEventListenerProxyTest.java 36 assertNotNull(new Mock_EventListenerProxy(null));
37 assertNotNull(new Mock_EventListenerProxy(new Mock_EventListener()));
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
MalformedParameterizedTypeExceptionTests.java 15 assertNotNull("Parameterless constructor does not exist.", ctor);
18 assertNotNull(ctor.newInstance());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 50 assertNotNull(new IdentityScopeStub("Aleksei Semenov").toString());
57 assertNotNull(new IdentityScopeStub());
65 assertNotNull(is);
75 assertNotNull(is);
85 assertNotNull(name);
87 assertNotNull(scope);
  /libcore/luni/src/test/java/libcore/icu/
ICUTest.java 24 assertNotNull(ICU.getISOLanguages()[0]);
26 assertNotNull(ICU.getISOLanguages()[0]);
31 assertNotNull(ICU.getISOCountries()[0]);
33 assertNotNull(ICU.getISOCountries()[0]);
38 assertNotNull(ICU.getAvailableLocales()[0]);
40 assertNotNull(ICU.getAvailableLocales()[0]);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 55 assertNotNull(new IdentityScopeStub("Aleksei Semenov").toString());
62 assertNotNull(new IdentityScopeStub());
70 assertNotNull(is);
80 assertNotNull(is);
90 assertNotNull(name);
92 assertNotNull(scope);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
IconLoaderTest.java 43 assertNotNull(mLoader.getIcon(String.valueOf(android.R.drawable.star_on)));
56 public void assertNotNull(NowOrLater<?> value) {
58 assertNotNull(value.getNow());
62 consumer.assertNotNull();
89 public void assertNotNull() {
90 IconLoaderTest.assertNotNull(waitFor());
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLDataExceptionTest.java 44 assertNotNull(sQLDataException);
59 assertNotNull(sQLDataException);
74 assertNotNull(sQLDataException);
92 assertNotNull(sQLDataException);
108 assertNotNull(sQLDataException);
124 assertNotNull(sQLDataException);
139 assertNotNull(sQLDataException);
156 assertNotNull(sQLDataException);
173 assertNotNull(sQLDataException);
190 assertNotNull(sQLDataException)
    [all...]
SQLFeatureNotSupportedExceptionTest.java 45 assertNotNull(sQLFeatureNotSupportedException);
63 assertNotNull(sQLFeatureNotSupportedException);
81 assertNotNull(sQLFeatureNotSupportedException);
100 assertNotNull(sQLFeatureNotSupportedException);
118 assertNotNull(sQLFeatureNotSupportedException);
136 assertNotNull(sQLFeatureNotSupportedException);
154 assertNotNull(sQLFeatureNotSupportedException);
172 assertNotNull(sQLFeatureNotSupportedException);
190 assertNotNull(sQLFeatureNotSupportedException);
208 assertNotNull(sQLFeatureNotSupportedException)
    [all...]
SQLIntegrityConstraintViolationExceptionTest.java 45 assertNotNull(sQLIntegrityConstraintViolationException);
64 assertNotNull(sQLIntegrityConstraintViolationException);
82 assertNotNull(sQLIntegrityConstraintViolationException);
103 assertNotNull(sQLIntegrityConstraintViolationException);
122 assertNotNull(sQLIntegrityConstraintViolationException);
141 assertNotNull(sQLIntegrityConstraintViolationException);
160 assertNotNull(sQLIntegrityConstraintViolationException);
181 assertNotNull(sQLIntegrityConstraintViolationException);
202 assertNotNull(sQLIntegrityConstraintViolationException);
223 assertNotNull(sQLIntegrityConstraintViolationException)
    [all...]

Completed in 436 milliseconds

1 2 3 4 5 6 7 8 91011>>