Skip navigation links
Vert.x JUnit 5 support :: Core 3.8.1.redhat-00005
A B C F I L 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
 
apply() - Method in interface io.vertx.junit5.VertxTestContext.ExecutionBlock
 
assertComplete(Future<T>) - Method in class io.vertx.junit5.VertxTestContext
This method allows you to check if a future is completed.
assertFailure(Future<T>) - Method in class io.vertx.junit5.VertxTestContext
This method allows you to check if a future is failed.
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 strict checkpoint.
checkpoint(int) - Method in class io.vertx.junit5.VertxTestContext
Create a strict 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.
completing() - Method in class io.vertx.junit5.VertxTestContext
Create an asynchronous result handler that expects a success to then complete the test context.

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.

L

laxCheckpoint() - Method in class io.vertx.junit5.VertxTestContext
Create a lax checkpoint.
laxCheckpoint(int) - Method in class io.vertx.junit5.VertxTestContext
Create a lax checkpoint.

R

resolveParameter(ParameterContext, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
retrieveRxJava1Vertx(Executable, ExtensionContext) - Static method in class io.vertx.junit5.VertxExtension
 
retrieveRxJava2Vertx(Executable, ExtensionContext) - Static method in class io.vertx.junit5.VertxExtension
 
retrieveVertx(Executable, ExtensionContext) - Static method in class io.vertx.junit5.VertxExtension
 

S

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 VertxTestContext.awaitCompletion(long, TimeUnit) waits before timing out.

V

verify(VertxTestContext.ExecutionBlock) - 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 parameter injection 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
 
VertxTestContext.ExecutionBlock - Interface in io.vertx.junit5
Interface for an executable block of assertion code.
A B C F I L R S T V 
Skip navigation links
Vert.x JUnit 5 support :: Core 3.8.1.redhat-00005

Copyright © 2019 Eclipse. All rights reserved.