Package br.com.lawoffice.caixa.extrato

Examples of br.com.lawoffice.caixa.extrato.ExtratoDTO


  @Test()
  public void deveRetornaUmMapComParmentros() {

    Map<String, Object> parametros =
        extratoReportPDF.getMapParametros(
          new ExtratoDTO(
            "Robson",
              new BigDecimal(111222.22),
              new BigDecimal(222300.22),
              new Date(),
              new Date()
View Full Code Here


  @Test()
  public void deveRetornaByteArray() {
    byte[] extrato =
        extratoReportPDF.gerarExtrato(
          new ExtratoDTO(
              "Robson",
                new BigDecimal(111222.22),
                new BigDecimal(222300.22),
                new Date(),
                new Date()
View Full Code Here

TOP

Related Classes of br.com.lawoffice.caixa.extrato.ExtratoDTO

Copyright © 2018 www.massapicom. 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.