* Test method for {@link org.locationtech.udig.project.internal.render.impl.RendererCreatorImpl#findSelectionLayer(org.locationtech.udig.project.ILayer)}.
* @throws Exception
*/
@Test
public void testFindSelectionLayer() throws Exception {
LayerImpl layer = MapTests.createLayer(null, new TestFeatureStore(), null);
Map map = layer.getMapInternal();
LayerImpl layer2 = MapTests.createLayer(null, new TestFeatureStore(), map);
RendererCreatorImpl creator = MapTests.createRendererCreator(map);
NotificationImpl event = new ENotificationImpl((InternalEObject) layer.getContextModel(), Notification.ADD,
ProjectPackage.CONTEXT_MODEL__LAYERS, null, layer);