19
JVM Testing Newsletter | June 2021
What's new in JVM testing? Check June 2021 issue.
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.
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.
Fighting flaky integration tests? With this article you will learn how to configure test frameworks with retry strategies
https://itnext.io/how-to-retry-fails-automation-tests-af4884c47712?gi=d04727ea3b95
GraalVM team managed to develop out-of-the-box support for native JUnit5 testing in GraalVM. Now Junit5 should behave the same as with the JVM.
Originally published at KotlinTesting.com
19