use of org.thymeleaf.templateengine.prepostprocessors.dialect.Dialect01 in project thymeleaf-tests by thymeleaf.
the class PrePostProcessorsTest method testPrePostProcessors.
@Test
public void testPrePostProcessors() throws Exception {
final TestExecutor executor = TestExecutorFactory.createTestExecutor();
executor.setDialects(Arrays.asList(new IDialect[] { new StandardDialect(), new Dialect01() }));
executor.setThrottleStep(this.throttleStep);
executor.execute("classpath:templateengine/prepostprocessors");
Assert.assertTrue(executor.isAllOK());
}
Aggregations