- send(VertxTestContext, Checkpoint) - Method in class io.reactiverse.junit5.web.TestRequest
-
Send and flag the provided checkpoint with Checkpoint.flag()
when request is completed and no assertion fails
- send(VertxTestContext) - Method in class io.reactiverse.junit5.web.TestRequest
-
Send and complete test context with VertxTestContext.completeNow()
when request is completed and no assertion fails
- send(VertxTestContext, VertxTestContext.ExecutionBlock) - Method in class io.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
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.reactiverse.junit5.web.TestRequest
-
- statusMessage(String) - Static method in class io.reactiverse.junit5.web.TestRequest
-