Home | History | Annotate | Download | only in testing

Lines Matching defs:ImmutableListMultimap

36 import com.google.common.collect.ImmutableListMultimap;
242 assertFreshInstance(new TypeToken<ImmutableListMultimap<String, Integer>>() {});
245 ImmutableListMultimap.of(generator.generate(String.class), generator.generate(int.class)),
247 new TypeToken<ImmutableListMultimap<String, Integer>>() {}));