use of io.vertx.ext.web.templ.rythm.RythmTemplateEngine in project vertx-web by vert-x3.
the class RythmTemplateTest method testEngine.
@Test
public void testEngine() {
RythmTemplateEngine engine = RythmTemplateEngine.create(vertx);
assertNotNull(engine.unwrap());
}
Aggregations