Spraybot Vert.x Test Utils

A set of classes and traits to facilitate writing tests with Vert.x and JUnit 5.

License

License

GroupId

GroupId

co.spraybot
ArtifactId

ArtifactId

vertx-test-utils
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Spraybot Vert.x Test Utils
A set of classes and traits to facilitate writing tests with Vert.x and JUnit 5.

Download vertx-test-utils

How to add to project

<!-- https://jarcasting.com/artifacts/co.spraybot/vertx-test-utils/ -->
<dependency>
    <groupId>co.spraybot</groupId>
    <artifactId>vertx-test-utils</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/co.spraybot/vertx-test-utils/
implementation 'co.spraybot:vertx-test-utils:0.1.3'
// https://jarcasting.com/artifacts/co.spraybot/vertx-test-utils/
implementation ("co.spraybot:vertx-test-utils:0.1.3")
'co.spraybot:vertx-test-utils:jar:0.1.3'
<dependency org="co.spraybot" name="vertx-test-utils" rev="0.1.3">
  <artifact name="vertx-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.spraybot', module='vertx-test-utils', version='0.1.3')
)
libraryDependencies += "co.spraybot" % "vertx-test-utils" % "0.1.3"
[co.spraybot/vertx-test-utils "0.1.3"]

Dependencies

compile (4)

Group / Artifact Type Version
io.vertx : vertx-core jar 3.5.1
io.vertx : vertx-junit5 jar 3.5.1
org.junit.jupiter : junit-jupiter-api jar 5.1.1
org.junit.jupiter : junit-jupiter-engine jar 5.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.3
0.1.2
0.1.1
0.1.0