public void testGetApplicationHandler() throws Exception {
JsonArray resources = new JsonArray().add("com.englishtown.vertx.resources");
config.put(DefaultJerseyOptions.CONFIG_RESOURCES, resources);
ApplicationHandlerDelegate applicationHandlerDelegate;
applicationHandlerDelegate = options.getApplicationHandler();
assertNotNull(applicationHandlerDelegate);
}