@Test
public void testCorrectAsynchEventsReceived() throws Exception
{
ServiceStatistics stats = getServiceStatistics();
assertEquals(1, stats.getAsyncEventsReceived());
FlowConstructStatistics fstats = getFlowConstructStatistics();
assertEquals(2, fstats.getAsyncEventsReceived());
ApplicationStatistics astats = getApplicationStatistics();
assertEquals(3, astats.getAsyncEventsReceived());
}