Searched refs:googleValues (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | TreeMultimapNaturalTest.java | 479 Set<Integer> googleValues = ImmutableSet.of(2, 6); in testTreeMultimapAsMapSorted() local 481 assertEquals(ImmutableMap.of("google", googleValues, "tree", treeValues), asMap.tailMap("g")); in testTreeMultimapAsMapSorted() 482 assertEquals(ImmutableMap.of("google", googleValues, "foo", fooValues), asMap.headMap("h")); in testTreeMultimapAsMapSorted() 483 assertEquals(ImmutableMap.of("google", googleValues), asMap.subMap("g", "h")); in testTreeMultimapAsMapSorted()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | TreeMultimapNaturalTest.java | 479 Set<Integer> googleValues = ImmutableSet.of(2, 6); in testTreeMultimapAsMapSorted() local 481 assertEquals(ImmutableMap.of("google", googleValues, "tree", treeValues), asMap.tailMap("g")); in testTreeMultimapAsMapSorted() 482 assertEquals(ImmutableMap.of("google", googleValues, "foo", fooValues), asMap.headMap("h")); in testTreeMultimapAsMapSorted() 483 assertEquals(ImmutableMap.of("google", googleValues), asMap.subMap("g", "h")); in testTreeMultimapAsMapSorted()
|