HomeSort by relevance Sort by last modified time
    Searched refs:assertNull (Results 151 - 175 of 2349) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/support/compat/src/androidTest/java/androidx/core/app/
FrameMetricsAggregatorTest.java 21 import static org.junit.Assert.assertNull;
58 assertNull(durations);
62 assertNull(sparseArray);
72 assertNull(durations);
79 assertNull(durations[i]);
91 assertNull(durations);
122 assertNull(durations);
132 assertNull(durations);
142 assertNull(durations);
152 assertNull(durations)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarEntryTest.java 112 assertNull("Shouldn't have any Manifest attributes", jarEntry
121 assertNull(jarEntry.getCertificates());
134 assertNull(jarEntry1.getCertificates());
135 assertNull(jarEntry2.getCertificates());
136 assertNull(jarEntry1.getCodeSigners());
137 assertNull(jarEntry2.getCodeSigners());
141 assertNull(jarEntry1.getCertificates());
142 assertNull(jarEntry2.getCertificates());
143 assertNull(jarEntry1.getCodeSigners());
144 assertNull(jarEntry2.getCodeSigners())
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeExceptionTest.java 32 assertNull(re.getMessage());
35 assertNull(re.getCause());
44 assertNull(re.getCause());
  /libcore/luni/src/test/java/libcore/java/util/function/
BiFunctionTest.java 42 Function<Integer, String> assertNull = i -> { assertNull(i); return "ok"; };
43 assertEquals("ok", toNull.andThen(assertNull).apply(2, 2));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
UnrecoverableEntryExceptionTest.java 47 assertNull("getMessage() must return null.", tE.getMessage());
48 assertNull("getCause() must return null", tE.getCause());
60 assertNull("getCause() must return null", tE.getCause());
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallForwardInfoTest.java 28 import static org.junit.Assert.assertNull;
44 assertNull(PhoneNumberUtils.formatNumber("a", Locale.US.getCountry()));
45 assertNull(PhoneNumberUtils.formatNumber("a1", Locale.US.getCountry()));
  /tools/loganalysis/tests/src/com/android/loganalysis/util/
LogPatternUtilTest.java 35 assertNull(patternUtil.checkMessage("xyz"));
49 assertNull(patternUtil.checkMessage("xyz"));
53 assertNull(patternUtil.checkMessage("123"));
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 60 assertNull(r.getMessage());
64 assertNull(lr.getLoggerName());
66 assertNull(lr.getLoggerName());
72 assertNull(lr.getResourceBundleName());
73 assertNull(lr.getResourceBundle());
76 assertNull(lr.getResourceBundle());
79 assertNull(lr.getResourceBundle());
86 assertNull(lr.getResourceBundleName());
90 assertNull(lr.getResourceBundleName());
92 assertNull(lr.getResourceBundleName())
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
GroovyGeneratedFilterTest.java 15 import static org.junit.Assert.assertNull;
41 assertNull(fromInclusive);
42 assertNull(toInclusive);
56 assertNull(fromInclusive);
57 assertNull(toInclusive);
77 assertNull(this.fromInclusive);
LombokGeneratedFilterTest.java 15 import static org.junit.Assert.assertNull;
41 assertNull(fromInclusive);
42 assertNull(toInclusive);
56 assertNull(fromInclusive);
57 assertNull(toInclusive);
77 assertNull(this.fromInclusive);
SyntheticFilterTest.java 15 import static org.junit.Assert.assertNull;
39 assertNull(fromInclusive);
40 assertNull(toInclusive);
63 assertNull(fromInclusive);
64 assertNull(toInclusive);
69 assertNull(this.fromInclusive);
EnumFilterTest.java 15 import static org.junit.Assert.assertNull;
51 assertNull(fromInclusive);
52 assertNull(toInclusive);
75 assertNull(fromInclusive);
76 assertNull(toInclusive);
87 assertNull(fromInclusive);
88 assertNull(toInclusive);
93 assertNull(this.fromInclusive);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
ConstructEmptyBeanTest.java 33 assertNull(bean.getFirstName());
46 assertNull(bean.getFirstName());
57 assertNull(bean.getFirstName());
68 assertNull(bean.getFirstName());
78 assertNull(bean);
88 assertNull(bean.getFirstName());
  /packages/apps/Contacts/tests/src/com/android/contacts/compat/
CompatUtilsTest.java 86 assertNull(CompatUtils.invokeMethod(new BaseClass(), null, null, null));
90 assertNull(CompatUtils.invokeMethod(new BaseClass(), "", null, null));
94 assertNull(CompatUtils.invokeMethod(null, "", null, null));
98 assertNull(CompatUtils.invokeMethod(new BaseClass(), "derivedMethod", null, null));
106 assertNull(CompatUtils.invokeMethod(new DerivedClass(), "derivedMethod",
111 assertNull(CompatUtils.invokeMethod(new DerivedClass(), "overloadedMethod",
  /cts/tests/tests/dreams/src/android/service/dreams/cts/
DreamServiceTest.java 30 assertNull(actionMode);
40 assertNull(actionMode);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawable_ShaderFactoryTest.java 19 import static org.junit.Assert.assertNull;
37 assertNull(impl.resize(0, 0));
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceParentGroupTest.java 21 import static org.junit.Assert.assertNull;
63 assertNull(screen.getParent());
66 assertNull(category.getParent());
69 assertNull(pref.getParent());
78 assertNull(category.getParent());
81 assertNull(pref.getParent());
110 assertNull(pref.getParent());
129 assertNull(pref.getParent());
  /external/guava/guava-tests/test/com/google/common/base/
DefaultsTest.java 36 assertNull(Defaults.defaultValue(void.class));
37 assertNull(Defaults.defaultValue(String.class));
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
NotificationManagerTest.java 14 import static org.junit.Assert.assertNull;
57 assertNull(shadowOf(notificationManager).getNotification(null));
64 assertNull(shadowOf(notificationManager).getNotification("unknown tag"));
73 assertNull(shadowOf(notificationManager).getNotification(1));
82 assertNull(shadowOf(notificationManager).getNotification(1));
83 assertNull(shadowOf(notificationManager).getNotification("a tag"));
93 assertNull(shadowOf(notificationManager).getNotification(1));
94 assertNull(shadowOf(notificationManager).getNotification(31));
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
HorizontalFocusSearchTest.java 75 assertNull("going up from mLeftTall",
77 assertNull("going down from mLeftTall",
79 assertNull("going left from mLeftTall",
88 assertNull("going up from mMidShort1Top",
105 assertNull("going down from mMidShort2Bottom",
116 assertNull("going up from mRightTall",
118 assertNull("going down from mRightTall",
123 assertNull("going right from mRightTall",
  /frameworks/support/preference/src/androidTest/java/androidx/preference/tests/
PreferenceParentGroupTest.java 20 import static org.junit.Assert.assertNull;
58 assertNull(screen.getParent());
61 assertNull(category.getParent());
64 assertNull(pref.getParent());
73 assertNull(category.getParent());
76 assertNull(pref.getParent());
95 assertNull(pref.getParent());
122 assertNull(pref.getParent());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharacterCodingExceptionTest.java 34 assertNull(ex.getCause());
35 assertNull(ex.getMessage());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
PreferencesFactoryTest.java 40 assertNull(f.userRoot());
44 assertNull(f.systemRoot());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLExceptionTest.java 47 assertNull("getCause() must return null", sE.getCause());
58 assertNull("getMessage() must return null.", sE.getMessage());
59 assertNull("getCause() must return null", sE.getCause());
69 assertNull("getMessage() must return null.", sE.getMessage());
70 assertNull("getCause() must return null", sE.getCause());
97 assertNull("getMessage() must return null", sE.getMessage());
98 assertNull("getCause() must return null", sE.getCause());
112 assertNull("getCause() must return null", sE.getCause());
  /libcore/luni/src/test/java/libcore/java/time/
DateTimeExceptionTest.java 22 import static org.junit.Assert.assertNull;
34 assertNull(ex.getCause());

Completed in 668 milliseconds

1 2 3 4 5 67 8 91011>>