Checkpoint.flag()
when request is completed and no assertion failsVertxTestContext.completeNow()
when request is completed and no assertion failsonEnd
code block wrapped in VertxTestContext.verify(VertxTestContext.ExecutionBlock)
when request is completed and no assertion failsBuffer
and flag the provided checkpoint with Checkpoint.flag()
when request is completed and no assertion failsBuffer
and complete test context with VertxTestContext.completeNow()
when request is completed and no assertion failsBuffer
and execute onEnd
code block wrapped in VertxTestContext.verify(VertxTestContext.ExecutionBlock)
when request is completed and no assertion failsCheckpoint.flag()
when request is completed and no assertion failsVertxTestContext.completeNow()
when request is completed and no assertion failsonEnd
code block wrapped in VertxTestContext.verify(VertxTestContext.ExecutionBlock)
when request is completed and no assertion failsCheckpoint.flag()
when request is completed and no assertion failsVertxTestContext.completeNow()
when request is completed and no assertion failsonEnd
code block wrapped in VertxTestContext.verify(VertxTestContext.ExecutionBlock)
when request is completed and no assertion failsCheckpoint.flag()
when request is completed and no assertion failsVertxTestContext.completeNow()
when request is completed and no assertion failsonEnd
code block wrapped in VertxTestContext.verify(VertxTestContext.ExecutionBlock)
when request is completed and no assertion failsWebClient
that simplifies the creation of Http requests and the asserts on responses.TestRequest
object with provided client, method and pathHttpRequest
in a new TestRequest
WebClient
with WebClientOptions
in your test.Copyright © 2020 Eclipse. All rights reserved.