Skip to content

Add Testing Guide #31

Open
Open
@napperley

Description

@napperley

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions