}
public void testNullPointerExceptions() throws Exception {
NullPointerTester tester = new NullPointerTester();
tester.setDefault(BiMap.class, ImmutableBiMap.of());
tester.testAllPublicStaticMethods(Maps.class);
}
private static final Map<Integer,Integer> EMPTY
= Collections.emptyMap();
private static final Map<Integer,Integer> SINGLETON