Searched refs:containsNull (Results 1 – 3 of 3) sorted by relevance
114 List<E> containsNull = singletonList(null); in testAddAll_nullSupported() local116 .addAll(containsNull)); in testAddAll_nullSupported()127 List<E> containsNull = singletonList(null); in testAddAll_nullUnsupported() local129 collection.addAll(containsNull); in testAddAll_nullUnsupported()
152 MinimalCollection<?> containsNull = MinimalCollection.of((Object) null); in testRemoveAll_containsNullNo() local155 collection.removeAll(containsNull)); in testRemoveAll_containsNullNo()163 MinimalCollection<?> containsNull = MinimalCollection.of((Object) null); in testRemoveAll_containsNullNoButAllowed() local165 collection.removeAll(containsNull)); in testRemoveAll_containsNullNoButAllowed()
112 List<E> containsNull = singletonList(null); in testAddAllAtIndex_nullSupported() local114 getList().addAll(0, containsNull)); in testAddAllAtIndex_nullSupported()125 List<E> containsNull = singletonList(null); in testAddAllAtIndex_nullUnsupported() local127 getList().addAll(0, containsNull); in testAddAllAtIndex_nullUnsupported()