assertEquals(((Map) res.get("Verbose")).get("type"),"boolean");
}
@Test(expectedExceptions = IllegalArgumentException.class, expectedExceptionsMessageRegExp = ".*No MBean.*")
public void noMBeanMultipleServers() throws MalformedObjectNameException, InstanceNotFoundException, IOException, AttributeNotFoundException, ReflectionException, MBeanException, IntrospectionException, NotChangedException {
JmxListRequest request = new JmxRequestBuilder(RequestType.LIST)
.pathParts("bullerbue", "country=sweden")
.build();
MBeanServer dummyConn = EasyMock.createMock(MBeanServer.class);
MBeanServerExecutor servers = getMBeanServerManager(dummyConn, ManagementFactory.getPlatformMBeanServer());