use of com.yahoo.container.config.jersey.JerseyInitConfig in project vespa by vespa-engine.
the class RestApiTest method config_has_correct_jersey_mapping.
@Test
public void config_has_correct_jersey_mapping() throws Exception {
setup();
JerseyInitConfig config = root.getConfig(JerseyInitConfig.class, handler.getConfigId());
assertThat(config.jerseyMapping(), is(Path));
}
Aggregations