}
@Test
public void defaultStage() throws Exception
{
theater.setProxy(new MockTheaterProxy());
Stage defaultStage = theater.getDefaultStage();
assertEquals("Limelight", defaultStage.getName());
assertEquals(theater, defaultStage.getTheater());
assertSame(defaultStage, theater.getDefaultStage());