Examples of BBFormularioSondaReturn


Examples of br.com.caelum.stella.gateway.bb.BBFormularioSondaReturn

public class BBTestRetornoIntegracao {

  @Test
  public void testRetornoForumalrioSondaString(){
    BBFormularioSondaReturn formularioSondaReturn = BBFormularioSondaReturnBuilder.STRING.buildReturn("1234567890123456700000000000100012345620002042009");
    assertResultsFormularioSonda(formularioSondaReturn);
  }
View Full Code Here

Examples of br.com.caelum.stella.gateway.bb.BBFormularioSondaReturn

    xml.append("<ENTRADA nome=\"idConv\" valor=\"123456\" />");
    xml.append("<ENTRADA nome=\"tpPagamento\" valor=\"2\" />");
    xml.append("<ENTRADA nome=\"situacao\" valor=\"00\" />");
    xml.append("<ENTRADA nome=\"dataPagamento\" valor=\"02042009\" />");
    xml.append("</FORMULARIO>");
    BBFormularioSondaReturn formularioSondaReturn = BBFormularioSondaReturnBuilder.XML.buildReturn(xml.toString());
    assertResultsFormularioSonda(formularioSondaReturn);
   
  }
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.