Examples of responder()


Examples of modelo.mapa.Local.responder()

    } catch (LadronNoPlaneoEscapeException e) {
      assert false;
    }

    Local local2 = this.turno.getLocales().get(0);
    Assert.assertEquals(local2.responder(), policia.interrogar(local2));
    Assert.assertEquals("Queria cambiar su dinero a yenes.", local2.responder());
  }
}
View Full Code Here

Examples of modelo.mapa.Local.responder()

      assert false;
    }

    Local local2 = this.turno.getLocales().get(0);
    Assert.assertEquals(local2.responder(), policia.interrogar(local2));
    Assert.assertEquals("Queria cambiar su dinero a yenes.", local2.responder());
  }
}
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.