Package org.kapott.hbci.protocol

Examples of org.kapott.hbci.protocol.SEG


    job.setParam("name","test");
    job.setParam("key","51");
   
    job.addToQueue();
  
    SEG seg = job.createJobSegment(0);
    seg.validate();
    String msg = seg.toString(0);
    Assert.assertEquals("HKUEB:0:5+0001956434:EUR:280:30060601+0001956434:EUR:280:30060601+TEST++0,01:EUR+51++TEST'",msg);
  }
View Full Code Here

TOP

Related Classes of org.kapott.hbci.protocol.SEG

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.