return Arrays.asList(new Object[][]{
{new FreemarkerMvcFeature(), "freemarker", "FreemarkerResource.ftl", "UTF-8"},
{new FreemarkerMvcFeature(), "freemarker", "FreemarkerResource.ftl", "UTF-16"},
{new FreemarkerMvcFeature(), "freemarker", "FreemarkerResource.ftl", "windows-1250"},
{new FreemarkerMvcFeature(), "freemarker", "FreemarkerResource.ftl", "ISO-8859-2"},
{new MustacheMvcFeature(), "mustache", "MustacheResource.mustache", "UTF-8"},
{new MustacheMvcFeature(), "mustache", "MustacheResource.mustache", "UTF-16"},
{new MustacheMvcFeature(), "mustache", "MustacheResource.mustache", "windows-1250"},
{new MustacheMvcFeature(), "mustache", "MustacheResource.mustache", "ISO-8859-2"},
});
}