Home
last modified time | relevance | path

Searched refs:iterableWithNulls (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DAbstractImmutableSetTest.java423 Iterable<String> iterableWithNulls = MinimalIterable.of("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
425 builder.addAll(iterableWithNulls); in testBuilderAddAllHandlesNullsCorrectly()
DImmutableListTest.java483 Iterable<String> iterableWithNulls = MinimalIterable.of("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
485 builder.addAll(iterableWithNulls); in testBuilderAddAllHandlesNullsCorrectly()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractImmutableSetTest.java447 Iterable<String> iterableWithNulls = MinimalIterable.of("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
449 builder.addAll(iterableWithNulls); in testBuilderAddAllHandlesNullsCorrectly()
DImmutableListTest.java800 Iterable<String> iterableWithNulls = MinimalIterable.of("a", null, "b");
802 builder.addAll(iterableWithNulls);