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

/external/guava/guava-tests/test/com/google/common/collect/
H A DIterablesTest.java740 private void testGetOnAbc(Iterable<String> iterable) { method in class:IterablesTest
766 testGetOnAbc(newArrayList("a", "b", "c"));
774 testGetOnAbc(ImmutableSortedSet.of("b", "c", "a"));
782 testGetOnAbc(ImmutableSet.of("a", "b", "c"));

Completed in 247 milliseconds