Class CheckpointParameterProvider

java.lang.Object
io.vertx.junit5.CheckpointParameterProvider
All Implemented Interfaces:
VertxExtensionParameterProvider<Checkpoint>

public class CheckpointParameterProvider extends Object implements VertxExtensionParameterProvider<Checkpoint>
Vert.x test context parameter provider holder class.

The implementation does not do anything since that type is a built-in special case, but we need it for the injection mechanism to operate.

Author:
Julien Ponge