Package com.github.mustachejavabench

Source Code of com.github.mustachejavabench.CodegenJsonInterpreterTest

package com.github.mustachejavabench;

import com.github.mustachejava.DefaultMustacheFactory;
import com.github.mustachejava.codegen.CodegenMustacheFactory;
import com.github.mustachejavabenchmarks.JsonInterpreterTest;

/**
* Tests for the compiler.
* <p/>
* User: sam
* Date: May 3, 2010
* Time: 10:23:54 AM
*/
public class CodegenJsonInterpreterTest extends JsonInterpreterTest {
  @Override
  protected DefaultMustacheFactory createMustacheFactory() {
    return new CodegenMustacheFactory(root);
  }
}
TOP

Related Classes of com.github.mustachejavabench.CodegenJsonInterpreterTest

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.