public interface TestServerContext extends TestRoutingContext
| Modifier and Type | Method and Description |
|---|---|
int |
getActualPort() |
String |
getCsrfToken() |
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> |
makeRequest(String path) |
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> |
makeRequest(String path,
io.vertx.core.http.HttpMethod method) |
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> |
makeServiceRequest(String path) |
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> |
makeServiceRequest(String path,
io.vertx.core.http.HttpMethod method) |
getConfig, getRouterint getActualPort()
String getCsrfToken()
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> makeRequest(String path)
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> makeRequest(String path, io.vertx.core.http.HttpMethod method)
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> makeServiceRequest(String path)
io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> makeServiceRequest(String path, io.vertx.core.http.HttpMethod method)
Copyright © 2019–2021 Dominokit. All rights reserved.