Package org.mifosplatform.template.service

Examples of org.mifosplatform.template.service.TemplateMergeService


    private final static String TEST_FILE = "src/test/resources/template.mustache";
    private static TemplateMergeService tms;

    @BeforeClass
    public static void init() {
        tms = new TemplateMergeService(
//                new FromJsonHelper()
                );
    }
View Full Code Here

TOP

Related Classes of org.mifosplatform.template.service.TemplateMergeService

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.