Searched refs:assertSized (Results 1 – 1 of 1) sorted by relevance
58 assertSized(Stream.concat( in testSize()76 assertSized(LongStream.concat( in testLongSize()94 assertSized(IntStream.concat( in testIntSize()112 assertSized(DoubleStream.concat( in testDoubleSize()136 void assertSized(BaseStream<?, ?> s) { in assertSized() method in ConcatOpTest