Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/io/
DByteSourceTest.java368 ByteSource emptyConcat = ByteSource.concat(ByteSource.empty(), ByteSource.empty()); in testConcat() local
369 assertTrue(emptyConcat.isEmpty()); in testConcat()
370 assertEquals(0, emptyConcat.size()); in testConcat()
DCharSourceTest.java227 CharSource emptyConcat = CharSource.concat(CharSource.empty(), CharSource.empty()); in testConcat() local
228 assertTrue(emptyConcat.isEmpty()); in testConcat()
/external/guava/guava-tests/test/com/google/common/io/
DByteSourceTest.java368 ByteSource emptyConcat = ByteSource.concat(ByteSource.empty(), ByteSource.empty()); in testConcat() local
369 assertTrue(emptyConcat.isEmpty()); in testConcat()
370 assertEquals(0, emptyConcat.size()); in testConcat()
DCharSourceTest.java257 CharSource emptyConcat = CharSource.concat(CharSource.empty(), CharSource.empty()); in testConcat() local
258 assertTrue(emptyConcat.isEmpty()); in testConcat()