Searched refs:MapCreationTester (Results 1 – 4 of 4) sorted by relevance
46 public class MapCreationTester<K, V> extends AbstractMapTester<K, V> { class154 return Helpers.getMethod(MapCreationTester.class, "testCreateWithNullKeyUnsupported"); in getCreateWithNullKeyUnsupportedMethod()
23 import static com.google.common.collect.testing.testers.MapCreationTester.getCreateWithNullKeyUnsup…
30 import com.google.common.collect.testing.testers.MapCreationTester;73 MapCreationTester.class, in getTesters()
43 public class MapCreationTester<K, V> extends AbstractMapTester<K, V> { class