mightyguava / kotest-bug-repro-tests-using-when

Bug repro for a kotest bug using when with enums

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotest-examples-multiplatform

This project shows an example project with JVM, JS and native tests all running together with Kotest.

The project has a naive UUID implementation that is bespoke for each of the platforms, a shared test in commonTest that runs on all platforms, and a individual test per platform which tests the unique properties of that platform's UUID implementation.

To run tests: ./gradlew check

Results should look something like:

output

About

Bug repro for a kotest bug using when with enums

License:Apache License 2.0


Languages

Language:Kotlin 100.0%