Skip navigation links
A B C F I R S T V 

A

afterAll(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
afterEach(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
afterTestExecution(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
awaitCompletion(long, TimeUnit) - Method in class io.vertx.junit5.VertxTestContext
Wait for the completion of the test context.

B

beforeAll(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
beforeEach(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
beforeTestExecution(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 

C

causeOfFailure() - Method in class io.vertx.junit5.VertxTestContext
Give the cause of failure.
Checkpoint - Interface in io.vertx.junit5
A test completion checkpoint, flagging it advances towards the test context completion.
checkpoint() - Method in class io.vertx.junit5.VertxTestContext
Create a checkpoint.
checkpoint(int) - Method in class io.vertx.junit5.VertxTestContext
Create a checkpoint.
completed() - Method in class io.vertx.junit5.VertxTestContext
Check if the context has completed.
completeNow() - Method in class io.vertx.junit5.VertxTestContext
Complete the test context immediately, making the corresponding test pass.

F

failed() - Method in class io.vertx.junit5.VertxTestContext
Check if the context has been marked has failed or not.
failing() - Method in class io.vertx.junit5.VertxTestContext
Create an asynchronous result handler that expects a failure.
failing(Handler<Throwable>) - Method in class io.vertx.junit5.VertxTestContext
Create an asynchronous result handler that expects a failure, and passes the exception to another handler.
failNow(Throwable) - Method in class io.vertx.junit5.VertxTestContext
Make the test context fail immediately, making the corresponding test fail.
flag() - Method in interface io.vertx.junit5.Checkpoint
Flags the checkpoint.

I

io.vertx.junit5 - package io.vertx.junit5
This module offers support for writing Vert.x tests with JUnit 5.

R

resolveParameter(ParameterContext, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 

S

strictCheckpoint() - Method in class io.vertx.junit5.VertxTestContext
Create a strict checkpoint.
strictCheckpoint(int) - Method in class io.vertx.junit5.VertxTestContext
Create a strict checkpoint.
succeeding() - Method in class io.vertx.junit5.VertxTestContext
Create an asynchronous result handler that expects a success.
succeeding(Handler<T>) - Method in class io.vertx.junit5.VertxTestContext
Create an asynchronous result handler that expects a success, and passes the value to another handler.
supportsParameter(ParameterContext, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 

T

Timeout - Annotation Type in io.vertx.junit5
Specify how long awaitCompletion(long, TimeUnit) waits before timing out.

V

verify(Runnable) - Method in class io.vertx.junit5.VertxTestContext
Allow verifications and assertions to be made.
VertxExtension - Class in io.vertx.junit5
JUnit 5 Vert.x extension that allows the injection of Vertx and VertxTestContext parameters as well as an automatic lifecycle on the VertxTestContext instance.
VertxExtension() - Constructor for class io.vertx.junit5.VertxExtension
 
VertxTestContext - Class in io.vertx.junit5
A test context to wait on the outcomes of asynchronous operations.
VertxTestContext() - Constructor for class io.vertx.junit5.VertxTestContext
 
A B C F I R S T V 
Skip navigation links

Copyright © 2018 Eclipse. All rights reserved.