Search in sources :

Example 1 with RythmTemplateEngine

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());
}
Also used : RythmTemplateEngine(io.vertx.ext.web.templ.rythm.RythmTemplateEngine) Test(org.junit.Test)

Aggregations

RythmTemplateEngine (io.vertx.ext.web.templ.rythm.RythmTemplateEngine)1 Test (org.junit.Test)1