Package no.ugland.utransprod.service.impl

Examples of no.ugland.utransprod.service.impl.VismaFileCreatorImpl.createFile()


    final List<OrdchgrLineV> lines = new ArrayList<OrdchgrLineV>();
    lines.add(ordchgrLine);

    VismaFileCreatorImpl vismaFileCreator = new VismaFileCreatorImpl(null,
        false);
    String fileName = vismaFileCreator.createFile(ordchgrHead, lines, "1",
        "visma");

    File file = new File("visma/" + fileName);
    assertEquals(true, file.exists());
    List<String> stringLines = FileUtils.readLines(file);
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.