private Casella.CasellaRidotta casellaPiccola;
@Before
public void setUp() throws Exception {
casella = new Casella(StanzeEnum.BIBLIOTECA, new Point(3, 4));
pedina = new Pedina(casella, "Ciao");
casellaPiccola = casella.new CasellaRidotta("IoLaOccupo" ,new Point(3, 4), TipoCasellaEnum.NORMALE, StanzeEnum.BIBLIOTECA);
}