private BufferedImagePool pool;
public void setUp() throws Exception
{
bufferedImageCache = new SimpleCache<Panel, BufferedImage>();
pool = new BufferedImagePool(1);
Context.instance().bufferedImageCache = bufferedImageCache;
Context.instance().bufferedImagePool = pool;
job = new PaintJob(new Box(100, 200, 300, 400), Colors.TRANSPARENT);
panel = new MockProp();