Package com.codingchili.core.testing
Class RequestMock
java.lang.Object
com.codingchili.core.testing.RequestMock
Mocked request object.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget(ResponseListener listener)
get(String route, ResponseListener listener)
get(String route, ResponseListener listener, io.vertx.core.json.JsonObject json)
-
Constructor Details
-
RequestMock
public RequestMock()
-
-
Method Details
-
get
-
get
-
get
public static RequestMock.ClusterRequestMock get(String route, ResponseListener listener, io.vertx.core.json.JsonObject json)
-