Kotlin/Everywhere Chicago 2019 - Multiplatform Testing in Kotlin

Опубликовано: 17 Август 2026
на канале: GDG Chicago
179
2

Speaker: Stephen Samuel

One thing that every developer writes regardless of the project or industry is tests and most developers on the JVM are familiar with JUnit. It's the classic rock version of a Java library. But with the expressiveness of a language like Kotlin we can do better. In this talk I will introduce KotlinTest, the leading Kotlin-focused test framework and show why it can be used to improve the tests you write.

I will cover:
The KotlinTest DSL
Readable assertions
Testing concurrent code
Property Testing
Data Driven Testing