Searched refs:checkIterableIterator (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
H A DJoinerTest.java215 checkIterableIterator(onChar, "1-2-3-4");
218 checkIterableIterator(skipNulls, "1-2-3-4");
221 checkIterableIterator(zeroForNull, "1-2-3-4");
224 private static void checkIterableIterator(Joiner joiner, String expected) { method in class:JoinerTest

Completed in 80 milliseconds