}
@SuppressWarnings("rawtypes")
public void testNoProxy() {
final PHashMap map = PHashMap.newInstance(this);
assertNotNull("must succeed create an iterator", map.keySet()
.iterator());
}
@SuppressWarnings("rawtypes")
public void testWithProxy() throws FilePersistenceException,