Skip navigation links
B C E I J Q R S T U V W 

B

bodyResponse(Buffer, String) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
 

C

cookie(QueryStringEncoder) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
 

E

emptyResponse() - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
 
expect(Consumer<HttpResponse<Buffer>>...) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Add one or more response asserts to the TestRequest.

I

io.vertx.junit5.web - package io.vertx.junit5.web
 

J

jsonBodyResponse(Object) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
 

Q

queryParam(String, String) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
 

R

requestHeader(String, String) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
Add an header to the request
resolveParameter(ParameterContext, ExtensionContext) - Method in class io.vertx.junit5.web.VertxWebClientExtension
Deprecated.
 
responseHeader(String, String) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
 

S

send(VertxTestContext, Checkpoint) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send and flag the provided checkpoint with Checkpoint.flag() when request is completed and no assertion fails
send(VertxTestContext) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send and complete test context with VertxTestContext.completeNow() when request is completed and no assertion fails
send(VertxTestContext, VertxTestContext.ExecutionBlock) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send and execute onEnd code block wrapped in VertxTestContext.verify(VertxTestContext.ExecutionBlock) when request is completed and no assertion fails
sendBuffer(Buffer, VertxTestContext, Checkpoint) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send a Buffer and flag the provided checkpoint with Checkpoint.flag() when request is completed and no assertion fails
sendBuffer(Buffer, VertxTestContext) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send a Buffer and complete test context with VertxTestContext.completeNow() when request is completed and no assertion fails
sendBuffer(Buffer, VertxTestContext, VertxTestContext.ExecutionBlock) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send a Buffer and execute onEnd code block wrapped in VertxTestContext.verify(VertxTestContext.ExecutionBlock) when request is completed and no assertion fails
sendJson(Object, VertxTestContext, Checkpoint) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send a json and flag the provided checkpoint with Checkpoint.flag() when request is completed and no assertion fails
sendJson(Object, VertxTestContext) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send a json and complete test context with VertxTestContext.completeNow() when request is completed and no assertion fails
sendJson(Object, VertxTestContext, VertxTestContext.ExecutionBlock) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send a json and execute onEnd code block wrapped in VertxTestContext.verify(VertxTestContext.ExecutionBlock) when request is completed and no assertion fails
sendMultipartForm(MultipartForm, VertxTestContext, Checkpoint) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send a multipart form and flag the provided checkpoint with Checkpoint.flag() when request is completed and no assertion fails
sendMultipartForm(MultipartForm, VertxTestContext) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send a multipart form and complete test context with VertxTestContext.completeNow() when request is completed and no assertion fails
sendMultipartForm(MultipartForm, VertxTestContext, VertxTestContext.ExecutionBlock) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send a multipart form and execute onEnd code block wrapped in VertxTestContext.verify(VertxTestContext.ExecutionBlock) when request is completed and no assertion fails
sendURLEncodedForm(MultiMap, VertxTestContext, Checkpoint) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send an URL Encoded form and flag the provided checkpoint with Checkpoint.flag() when request is completed and no assertion fails
sendURLEncodedForm(MultiMap, VertxTestContext) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send an URL Encoded form and complete test context with VertxTestContext.completeNow() when request is completed and no assertion fails
sendURLEncodedForm(MultiMap, VertxTestContext, VertxTestContext.ExecutionBlock) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Send an URL Encoded form and execute onEnd code block wrapped in VertxTestContext.verify(VertxTestContext.ExecutionBlock) when request is completed and no assertion fails
statusCode(int) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
 
statusMessage(String) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class io.vertx.junit5.web.VertxWebClientExtension
Deprecated.
 

T

TestRequest - Class in io.vertx.junit5.web
Deprecated.
From Vert.x 4 onward this package lives in reactiverse as reactiverse-junit5-extensions
testRequest(WebClient, HttpMethod, String) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
Creates a new TestRequest object with provided client, method and path
testRequest(HttpRequest<Buffer>) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
Wraps HttpRequest in a new TestRequest

U

urlEncode(String) - Static method in class io.vertx.junit5.web.TestRequest
Deprecated.
 

V

VertxWebClientExtension - Class in io.vertx.junit5.web
Deprecated.
From Vert.x 4 onward this package lives in reactiverse as reactiverse-junit5-extensions
VertxWebClientExtension() - Constructor for class io.vertx.junit5.web.VertxWebClientExtension
Deprecated.
 

W

WebClientOptionsInject - Annotation Type in io.vertx.junit5.web
Deprecated.
From Vert.x 4 onward this package lives in reactiverse as reactiverse-junit5-extensions
with(Consumer<HttpRequest<Buffer>>...) - Method in class io.vertx.junit5.web.TestRequest
Deprecated.
Add one or more transformations to the TestRequest.
Note: this transformations are evaluated when one of the send methods is called
B C E I J Q R S T U V W 
Skip navigation links

Copyright © 2021 Eclipse. All rights reserved.