conflaterChain.add(conflater2);
}
@Test
public void shouldAddEventsToAllChildren() throws Exception {
conflaterChain.addEvent(new LayerEventFixture());
conflaterChain.addEvent(new LayerEventFixture());
assertEquals(2, conflater1.getCount());
assertEquals(2, conflater2.getCount());
}