Package com.github.mustachejava

Source Code of com.github.mustachejava.CodegenInterpreterTest

package com.github.mustachejava;

import com.github.mustachejava.codegen.CodegenMustacheFactory;

public class CodegenInterpreterTest extends InterpreterTest {
  @Override
  protected DefaultMustacheFactory createMustacheFactory() {
    return new CodegenMustacheFactory(root);
  }
}
TOP

Related Classes of com.github.mustachejava.CodegenInterpreterTest

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.