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