@Test
public void testRelativePath() throws Exception {
MockApplication<?> app = application("plugin.template.relativepath").init();
MockClient client = app.client();
assertEquals("relative_path_template", client.render().assertStringResponse());
}
@Test
public void testTyped() throws Exception {
MockApplication<?> app = application("plugin.template.typed").init();