Package org.jbehave.core.reporters

Examples of org.jbehave.core.reporters.FreemarkerProcessor$FreemarkerProcessingFailed


import org.jbehave.core.reporters.StoryReporterBuilder;

public class CustomHtmlOutput extends HtmlTemplateOutput {

    public CustomHtmlOutput(File file, Keywords keywords) {
        super(file, keywords, new FreemarkerProcessor(CustomHtmlOutput.class), "ftl/custom-html-output.ftl");
    }
View Full Code Here

TOP

Related Classes of org.jbehave.core.reporters.FreemarkerProcessor$FreemarkerProcessingFailed

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.