This website collects cookies to deliver better user experience
JVM Testing Newsletter | June 2021
JVM Testing Newsletter | June 2021
What's new in JVM testing? Check June 2021 issue.
Articles & blogposts
Learning shared and state flows with tests
State and shared Flows are hot streams that can propagate items to multiple consumers. State Flows have features such as sharing strategies and conflation. Whereas, shared flows allow you to replay and buffer emissions. In this article, we will explore features of shared and state flows with unit testing.
Building assertions with Strikt
Strikt is assertion library built for Kotlin with API which allows building multi assertions and gives us readable assertion errors. Check configuration and usage tips.