protected void setUp() throws Exception {
super.setUp();
this.iface = new StringWriter();
this.impl = new StringWriter();
this.gen = new MapsGenerator();
this.gen.setOutputInterface(iface);
this.gen.setOutputImpl(impl);
this.gen.setPack("speculoos");
}