Home
last modified time | relevance | path

Searched refs:fooValues (Results 1 – 3 of 3) sorted by relevance

/external/guice/core/test/com/google/inject/
DPerformanceComparison.java89 MutablePropertyValues fooValues = new MutablePropertyValues();
90 fooValues.addPropertyValue("i", 5);
91 fooValues.addPropertyValue("bar", new RuntimeBeanReference("bar"));
92 fooValues.addPropertyValue("copy", new RuntimeBeanReference("bar"));
93 fooValues.addPropertyValue("s", "test");
94 foo.setPropertyValues(fooValues);
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultimapNaturalTest.java194 Set<Integer> fooValues = ImmutableSet.of(1, 3, 7); in testTreeMultimapAsMapSorted() local
199 assertEquals(ImmutableMap.of("google", googleValues, "foo", fooValues), in testTreeMultimapAsMapSorted()
/external/guava/guava-tests/test/com/google/common/collect/
DTreeMultimapNaturalTest.java464 Set<Integer> fooValues = ImmutableSet.of(1, 3, 7); in testTreeMultimapAsMapSorted() local
469 assertEquals(ImmutableMap.of("google", googleValues, "foo", fooValues), in testTreeMultimapAsMapSorted()