*/
public void testClassLoadingMXBean()
throws Exception
{
ManagementView mgtView = getManagementView();
ComponentType type = new ComponentType("MBean", "Platform");
ManagedComponent clMC = mgtView.getComponent(ManagementFactory.CLASS_LOADING_MXBEAN_NAME, type);
assertEquals(ManagementFactory.CLASS_LOADING_MXBEAN_NAME, clMC.getName());
Map<String, ManagedProperty> props = clMC.getProperties();
assertNotNull(props);