/kotlin-test-framework-presentation

Junit5 (with Kluent and Mockk), Spek2 and KotlinTest examples

Primary LanguageKotlinMIT LicenseMIT

Kotlin test framework presentation

Source code for a presentation about testing in Kotlin.

Frameworks

Structure

This is a Gradle project with each framework in it's own package (under com.example). The Spek examples for example have the package com.example.spek in the src/main/kotlin (for class under test implementations) and src/main/test (for test implementations) folder.