wowselim / async-testing

https://dev.to/wowselim/writing-async-tests-for-vert-x-using-kotlin-1ck6
5 stars 2 forks source link
async java kotlin reactive testcontainers testing vertx

Testing Vert.x Applications in Kotlin

Build

Structure

This project consists of a simple verticle that provides two api endpoints:

It also includes the following example tests as a starting point for testing Vert.x applications in Kotlin.

  1. Comparison between Java and Kotlin test code
  2. Testing with full Verticle deployment
  3. Integration testing with a containerized database