Searched refs:emptyConcat (Results 1 – 2 of 2) sorted by relevance
297 ByteSource emptyConcat = ByteSource.concat(ByteSource.empty(), ByteSource.empty()); in testConcat() local298 assertTrue(emptyConcat.isEmpty()); in testConcat()299 assertEquals(0, emptyConcat.size()); in testConcat()
220 CharSource emptyConcat = CharSource.concat(CharSource.empty(), CharSource.empty()); in testConcat() local221 assertTrue(emptyConcat.isEmpty()); in testConcat()