public void TestVaciarCelda() { GenerarCelda(_celda); _celda.VaciarCasilla(); Assert.That(_celda.GetComponent <Image>().enabled, Is.False); }