public void handle(AsyncResult<String> asyncResult) {
assertTrue(asyncResult.succeeded());
assertNotNull("deploymentID should not be null", asyncResult.result());
VertxPlatform.register(vertx);
store = new StoreImpl(new VertxBus(vertx.eventBus()));
startTests();
}
});
}