Home
last modified time | relevance | path

Searched refs:googleValues (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultimapNaturalTest.java195 Set<Integer> googleValues = ImmutableSet.of(2, 6); in testTreeMultimapAsMapSorted() local
197 assertEquals(ImmutableMap.of("google", googleValues, "tree", treeValues), in testTreeMultimapAsMapSorted()
199 assertEquals(ImmutableMap.of("google", googleValues, "foo", fooValues), in testTreeMultimapAsMapSorted()
201 assertEquals(ImmutableMap.of("google", googleValues), in testTreeMultimapAsMapSorted()
/external/guava/guava-tests/test/com/google/common/collect/
DTreeMultimapNaturalTest.java465 Set<Integer> googleValues = ImmutableSet.of(2, 6); in testTreeMultimapAsMapSorted() local
467 assertEquals(ImmutableMap.of("google", googleValues, "tree", treeValues), in testTreeMultimapAsMapSorted()
469 assertEquals(ImmutableMap.of("google", googleValues, "foo", fooValues), in testTreeMultimapAsMapSorted()
471 assertEquals(ImmutableMap.of("google", googleValues), in testTreeMultimapAsMapSorted()