Examples of CartaoCredito


Examples of br.com.caelum.stella.gateway.core.CartaoCredito

  @Test
  public void testFormatacaoDaDataDeValidadeDoCartao(){
    Calendar data = Calendar.getInstance();
    data.set(Calendar.YEAR,2009);
    data.set(Calendar.MONTH,Calendar.MARCH);
    Assert.assertEquals("0309",new CartaoCredito(1234567890123456l,data,123).getExpFormatado());
  }
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.