Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Testing Guide #31

Open
napperley opened this issue Oct 13, 2017 · 0 comments
Open

Add Testing Guide #31

napperley opened this issue Oct 13, 2017 · 0 comments

Comments

@napperley
Copy link

With Vert.x there is no testing guide for Kotlin. Currently if Vert.x testing is done using Kotlin then JUnit and vertx-unit are used for testing, which isn't Kotlinic (idiomatic Kotlin). Kotlin has two main testing frameworks which are Kotlinic: Kotlin Test and Spek.

A Kotlin testing guide would use one of the major testing frameworks. Kotlin Test would be the recommended one to use since it is easy to deploy (can use Gradle via Gradle Kotlin DSL), does testing in a Kotlinic way, and supports multiple testing types (known as testing styles). This GitHub repository provides some insight into how to approach Vert.x testing using Kotlin and Kotlin Test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants