CorneilleEdi / test-container-kotlin-playground

Looking at testing with test-container with Kotlin, junit5, mongodb and docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin Testing Container

Testing is great. Now let's try it with test-container

Tools:

  • Kotlin
  • JUnit5
  • MongoDB
  • KMongo
  • Docker
  • TestContainer

The first test KmongoTest will run with the local database and without TestContainer.

The second test KmongoTestContainerTest will use all the tools

./gradlew test

About

Looking at testing with test-container with Kotlin, junit5, mongodb and docker


Languages

Language:Kotlin 100.0%