@Override
public void setUp() throws Exception {
super.setUp();
locator = ServiceLocatorFactory.getInstance().create(null);
ServiceLocatorUtilities.bind(locator, new HK2VertxBinder(vertx), new WhenHK2JerseyBinder(), new HK2WhenBinder());
config = loadConfig();
whenVertx = locator.getService(WhenVertx.class);
whenHttpClient = locator.getService(WhenHttpClient.class);