Examples of DettIncassi


Examples of it.pdor.gestionePratica.domain.DettIncassi

  public void testGetRigaIncassoGenerico(){
    long numeroIncasso = 6l;
    int progressivoRiga = 1;
    long codiceContoExpected = 70250;
   
    DettIncassi rigaIncasso = gestionePraticaFacade.getRigaIncassoGenerico(numeroIncasso, progressivoRiga);
    assertNotNull(rigaIncasso);
    assertEquals("riga incasso " , codiceContoExpected, rigaIncasso.getCodiceConto().longValue() );
   
  }
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.