Examples of robarObjeto()


Examples of modelo.ladron.Ladron.robarObjeto()

    Ladron ladron = new Ladron(perfil);
    ladron.planearNuevoDestino(ciudad0);
    ladron.planearNuevoDestino(ciudad1);
    ladron.planearNuevoDestino(ciudad2);
    ladron.planearNuevoDestino(ciudad3);
    try { ladron.robarObjeto(objeto);
    } catch (LadronNoPlaneoEscapeException e) {
      Assert.fail();
    }

    // Creo Locacion
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.