| Package | Description |
|---|---|
| io.vertx.junit5 | |
| io.vertx.junit5.web |
| Modifier and Type | Method and Description |
|---|---|
Checkpoint |
VertxTestContext.checkpoint()
Create a strict checkpoint.
|
Checkpoint |
VertxTestContext.checkpoint(int requiredNumberOfPasses)
Create a strict checkpoint.
|
Checkpoint |
VertxTestContext.laxCheckpoint()
Create a lax checkpoint.
|
Checkpoint |
VertxTestContext.laxCheckpoint(int requiredNumberOfPasses)
Create a lax checkpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Future<HttpResponse<Buffer>> |
TestRequest.send(VertxTestContext testContext,
Checkpoint checkpoint)
Send and flag the provided checkpoint with
flag() when request is completed and no assertion fails |
Future<HttpResponse<Buffer>> |
TestRequest.sendBuffer(Buffer buf,
VertxTestContext testContext,
Checkpoint checkpoint)
|
Future<HttpResponse<Buffer>> |
TestRequest.sendJson(Object json,
VertxTestContext testContext,
Checkpoint checkpoint)
Send a json and flag the provided checkpoint with
flag() when request is completed and no assertion fails |
Future<HttpResponse<Buffer>> |
TestRequest.sendMultipartForm(MultipartForm form,
VertxTestContext testContext,
Checkpoint checkpoint)
Send a multipart form and flag the provided checkpoint with
flag() when request is completed and no assertion fails |
Future<HttpResponse<Buffer>> |
TestRequest.sendURLEncodedForm(MultiMap form,
VertxTestContext testContext,
Checkpoint checkpoint)
Send an URL Encoded form and flag the provided checkpoint with
flag() when request is completed and no assertion fails |
Copyright © 2019 Eclipse. All rights reserved.