150151152153154155156157
@Test public void testView() throws PartInitException { selectJavaProject(); Layers layers = testLayersLoaded(); Map map = layers.getMap(); assertEquals(2, map.locationCount()); }