assertNotNull(q1MO);
ComponentType type = new ComponentType("JMSDestination", "queue");
RunStateMapper stateMapper = null;
ManagedComponentImpl mc = new ManagedComponentImpl(type, md, q1MO, stateMapper);
md.addComponent(q1MO.getName(), mc);
RunState state = mc.getRunState();
assertEquals(RunState.RUNNING, state);
}
}