}
@Test
public void testDiscoveryZorkaStats() throws Exception {
ZorkaMappedMBean mbean = new ZorkaMappedMBean("test");
MethodCallStatistics stats = new MethodCallStatistics();
mbean.put("stats", stats);
testMbs.registerMBean(mbean, new ObjectName("test:type=ZorkaStats"));
stats.getMethodCallStatistic("A").logCall(4L);
stats.getMethodCallStatistic("B").logCall(1L);