MockManifestation manifestation = new MockManifestation();
// Verify control manifestation is wrapped
JComponent controlManifestation = manifestation.getControlManifestation();
Assert.assertTrue(controlManifestation instanceof ControlWrapper);
ControlWrapper controlWrapper = (ControlWrapper) controlManifestation;
GlassPanel controlGlass = controlWrapper.getGlassPanel();
manifestation.exitLockedState();
Assert.assertTrue(controlGlass.getMouseListeners().length > 0);
Assert.assertTrue(controlGlass.getKeyListeners().length > 0);
// Verify that the input listeners are removed when the glass panel is turned off