Examples of ArticlePacker


Examples of no.ugland.utransprod.gui.handlers.ArticlePacker

  public void testPackAndSendFileToVisma() throws Exception {
    Map<String, String> colliSetup = new HashMap<String, String>();
    colliSetup.put("Port", "Port");
    VismaFileCreator vismaFileCreator = new VismaFileCreatorImpl(
        ordchgrHeadVManager, false);
    ArticlePacker articlePacker = new ArticlePacker(
        colliViewHandlerProvider, colliSetup, vismaFileCreator);

    UserUtil.setUserTypeManagerForTest(userTypeManager);

    WindowInterface window = null;

    articlePacker.packOrderLine(orderLine, packable, window, true);

    assertNotNull(orderLine.getColli());
    assertEquals("Port", orderLine.getColli().getColliName());

    File file = new File("visma/100_.edi");
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.