Searched refs:assertNull (Results 1 - 25 of 500) sorted by relevance

1234567891011>>

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
H A DNullTagTest.java37 assertNull("Got: '" + load("---\n") + "'", load("---\n"));
38 assertNull(load("---\n..."));
39 assertNull(load("---\n...\n"));
40 assertNull(load("\n"));
41 assertNull(load(""));
42 assertNull(load(" "));
43 assertNull(load("~"));
44 assertNull(load("---\n~"));
45 assertNull(load("null"));
46 assertNull(loa
[all...]
/external/mockito/src/test/java/org/mockito/internal/configuration/plugins/
H A DPluginFileReaderTest.java15 import static junit.framework.TestCase.assertNull;
24 assertNull(reader.readPluginClass(impl("")));
25 assertNull(reader.readPluginClass(impl(" ")));
26 assertNull(reader.readPluginClass(impl(" \n ")));
29 assertNull(reader.readPluginClass(impl("#foo")));
30 assertNull(reader.readPluginClass(impl(" # foo ")));
31 assertNull(reader.readPluginClass(impl(" # # # java.langString # ")));
32 assertNull(reader.readPluginClass(impl(" \n # foo \n # foo \n ")));
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DSQLDataExceptionTest.java45 assertNull("The SQLState of SQLDataException should be null",
60 assertNull("The SQLState of SQLDataException should be null",
62 assertNull("The reason of SQLDataException should be null",
93 assertNull("The SQLState of SQLDataException should be null",
112 assertNull("The reason of SQLDataException should be null",
125 assertNull("The SQLState of SQLDataException should be null",
127 assertNull("The reason of SQLDataException should be null",
191 assertNull("The SQLState of SQLDataException should be null",
207 assertNull("The SQLState of SQLDataException should be null",
223 assertNull("Th
[all...]
H A DSQLFeatureNotSupportedExceptionTest.java46 assertNull(
64 assertNull(
67 assertNull(
101 assertNull(
122 assertNull(
137 assertNull(
140 assertNull(
209 assertNull(
227 assertNull(
245 assertNull(
[all...]
H A DSQLIntegrityConstraintViolationExceptionTest.java46 assertNull(
65 assertNull(
68 assertNull(
104 assertNull(
127 assertNull(
142 assertNull(
145 assertNull(
224 assertNull(
244 assertNull(
264 assertNull(
[all...]
H A DSQLInvalidAuthorizationSpecExceptionTest.java46 assertNull(
65 assertNull(
68 assertNull(
104 assertNull(
127 assertNull(
142 assertNull(
145 assertNull(
220 assertNull(
239 assertNull(
258 assertNull(
[all...]
H A DSQLNonTransientConnectionExceptionTest.java46 assertNull(
64 assertNull(
67 assertNull(
103 assertNull(
125 assertNull(
140 assertNull(
143 assertNull(
218 assertNull(
236 assertNull(
254 assertNull(
[all...]
H A DSQLNonTransientExceptionTest.java46 assertNull("The SQLState of SQLNonTransientException should be null",
62 assertNull("The SQLState of SQLNonTransientException should be null",
64 assertNull("The reason of SQLNonTransientException should be null",
95 assertNull("The SQLState of SQLNonTransientException should be null",
114 assertNull("The reason of SQLNonTransientException should be null",
127 assertNull("The SQLState of SQLNonTransientException should be null",
129 assertNull("The reason of SQLNonTransientException should be null",
193 assertNull("The SQLState of SQLNonTransientException should be null",
209 assertNull("The SQLState of SQLNonTransientException should be null",
225 assertNull("Th
[all...]
H A DSQLRecoverableExceptionTest.java46 assertNull("The SQLState of SQLRecoverableException should be null",
62 assertNull("The SQLState of SQLRecoverableException should be null",
64 assertNull("The reason of SQLRecoverableException should be null",
95 assertNull("The SQLState of SQLRecoverableException should be null",
114 assertNull("The reason of SQLRecoverableException should be null",
127 assertNull("The SQLState of SQLRecoverableException should be null",
129 assertNull("The reason of SQLRecoverableException should be null",
193 assertNull("The SQLState of SQLRecoverableException should be null",
209 assertNull("The SQLState of SQLRecoverableException should be null",
225 assertNull("Th
[all...]
H A DSQLSyntaxErrorExceptionTest.java46 assertNull("The SQLState of SQLSyntaxErrorException should be null",
62 assertNull("The SQLState of SQLSyntaxErrorException should be null",
64 assertNull("The reason of SQLSyntaxErrorException should be null",
95 assertNull("The SQLState of SQLSyntaxErrorException should be null",
114 assertNull("The reason of SQLSyntaxErrorException should be null",
127 assertNull("The SQLState of SQLSyntaxErrorException should be null",
129 assertNull("The reason of SQLSyntaxErrorException should be null",
193 assertNull("The SQLState of SQLSyntaxErrorException should be null",
209 assertNull("The SQLState of SQLSyntaxErrorException should be null",
225 assertNull("Th
[all...]
H A DSQLTimeoutExceptionTest.java46 assertNull("The SQLState of SQLTimeoutException should be null",
62 assertNull("The SQLState of SQLTimeoutException should be null",
64 assertNull("The reason of SQLTimeoutException should be null",
95 assertNull("The SQLState of SQLTimeoutException should be null",
114 assertNull("The reason of SQLTimeoutException should be null",
127 assertNull("The SQLState of SQLTimeoutException should be null",
129 assertNull("The reason of SQLTimeoutException should be null",
193 assertNull("The SQLState of SQLTimeoutException should be null",
209 assertNull("The SQLState of SQLTimeoutException should be null",
225 assertNull("Th
[all...]
H A DSQLTransactionRollbackExceptionTest.java46 assertNull(
64 assertNull(
67 assertNull(
101 assertNull(
122 assertNull(
137 assertNull(
140 assertNull(
209 assertNull(
227 assertNull(
245 assertNull(
[all...]
H A DSQLTransientConnectionExceptionTest.java46 assertNull(
64 assertNull(
67 assertNull(
101 assertNull(
122 assertNull(
137 assertNull(
140 assertNull(
209 assertNull(
227 assertNull(
245 assertNull(
[all...]
H A DSQLTransientExceptionTest.java46 assertNull("The SQLState of SQLTransientException should be null",
62 assertNull("The SQLState of SQLTransientException should be null",
64 assertNull("The reason of SQLTransientException should be null",
95 assertNull("The SQLState of SQLTransientException should be null",
114 assertNull("The reason of SQLTransientException should be null",
127 assertNull("The SQLState of SQLTransientException should be null",
129 assertNull("The reason of SQLTransientException should be null",
193 assertNull("The SQLState of SQLTransientException should be null",
209 assertNull("The SQLState of SQLTransientException should be null",
225 assertNull("Th
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderSpecTest.java39 assertNull(spec.initialCapacity);
40 assertNull(spec.maximumSize);
41 assertNull(spec.maximumWeight);
42 assertNull(spec.concurrencyLevel);
43 assertNull(spec.keyStrength);
44 assertNull(spec.valueStrength);
45 assertNull(spec.writeExpirationTimeUnit);
46 assertNull(spec.accessExpirationTimeUnit);
53 assertNull(spec.maximumSize);
54 assertNull(spe
[all...]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
H A DSyntheticFilterTest.java15 import static org.junit.Assert.assertNull;
38 assertNull(fromInclusive);
39 assertNull(toInclusive);
62 assertNull(fromInclusive);
63 assertNull(toInclusive);
68 assertNull(this.fromInclusive);
H A DLombokGeneratedFilterTest.java15 import static org.junit.Assert.assertNull;
40 assertNull(fromInclusive);
41 assertNull(toInclusive);
55 assertNull(fromInclusive);
56 assertNull(toInclusive);
76 assertNull(this.fromInclusive);
H A DEnumFilterTest.java15 import static org.junit.Assert.assertNull;
50 assertNull(fromInclusive);
51 assertNull(toInclusive);
74 assertNull(fromInclusive);
75 assertNull(toInclusive);
86 assertNull(fromInclusive);
87 assertNull(toInclusive);
92 assertNull(this.fromInclusive);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DCompactConstructorTest.java24 assertNull(flow.getCompactData("scalar"));
25 assertNull(flow.getCompactData("123"));
26 assertNull(flow.getCompactData("(name=frame,title=My Frame)"));
27 assertNull(flow.getCompactData("JFrame name=frame,title=My Frame)"));
28 assertNull(flow.getCompactData("JFrame name=frame,title=My Frame"));
29 assertNull(flow.getCompactData("JFrame(name=frame,title=My Frame"));
30 assertNull(flow.getCompactData("JFrame(name=frame,title=My Frame)b"));
31 assertNull(flow.getCompactData("JFrame(name=frame,title=My Frame) "));
32 assertNull(flow.getCompactData("JFrame(name=)"));
33 assertNull(flo
[all...]
/external/slf4j/slf4j-simple/src/test/java/org/slf4j/impl/
H A DSimpleLoggerTest.java32 import static junit.framework.Assert.assertNull;
69 assertNull(simpleLogger.recursivelyComputeLevelString());
75 assertNull(simpleLogger.recursivelyComputeLevelString());
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogRecordTest.java60 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(l
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
H A DConstructEmptyBeanTest.java33 assertNull(bean.getFirstName());
46 assertNull(bean.getFirstName());
57 assertNull(bean.getFirstName());
68 assertNull(bean.getFirstName());
78 assertNull(bean);
88 assertNull(bean.getFirstName());
/external/guava/guava-tests/test/com/google/common/base/
H A DDefaultsTest.java36 assertNull(Defaults.defaultValue(void.class));
37 assertNull(Defaults.defaultValue(String.class));
/external/r8/src/test/java/com/android/tools/r8/graph/
H A DTargetLookupTest.java9 import static org.junit.Assert.assertNull;
66 assertNull(appInfo.lookupVirtualTarget(method.method.holder, method.method));
67 assertNull(appInfo.lookupDirectTarget(method.method));
136 assertNull(appInfo.lookupVirtualTarget(classTestSuper, methodXOnTestSuper));
137 assertNull(appInfo.lookupVirtualTarget(classTest, methodXOnTestSuper));
138 assertNull(appInfo.lookupVirtualTarget(classTest, methodXOnTest));
140 assertNull(appInfo.lookupDirectTarget(methodXOnTestSuper));
141 assertNull(appInfo.lookupDirectTarget(methodXOnTest));
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DNotificationManagerTest.java14 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));

Completed in 1921 milliseconds

1234567891011>>