public void testStopping() throws Exception
{
context.panelPanter = new PanelPainterLoop().started();
context.animationLoop = new AnimationLoop().started();
context.cacheCleaner = new CacheCleanerLoop().started();
context.shutdown();
assertEquals(false, context.panelPanter.isRunning());
assertEquals(false, context.animationLoop.isRunning());