use of com.artipie.vertx.VertxSliceServer in project maven-adapter by artipie.
the class RepoHeadITCase method setUp.
@BeforeEach
void setUp() throws Exception {
this.client.start();
this.server = new VertxSliceServer(RepoHeadITCase.VERTX, new LoggingSlice(new FakeProxy(this.client)));
this.port = this.server.start();
}
Aggregations