DEV Community

Cover image for JVM Testing Newsletter | May 2021
Jarosław
Jarosław

Posted on • Updated on • Originally published at kotlintesting.com

JVM Testing Newsletter | May 2021

What's new in JVM testing? Check May 2021 issue.

Articles & blogposts

Unit Testing Delays, Errors & Retries with Kotlin Flows

Unit testing asynchronous code is not easy – in this blogpost Mohit Sarveiya gives us tips on how to write unit tests for for Kotlin Flow delays, errors and retries.

https://codingwithmohit.com/coroutines/unit-testing-delays-errors-retries-with-kotlin-flows/

Understanding Unit Tests for Android in 2021

Christopher Elias explains how to create unit tests for Android projects – in such way that no Android framework dependencies are used directly.

https://proandroiddev.com/understanding-unit-tests-for-android-in-2021-71984f370240

How to mock under instrumentation test with MockK and Dexopener

Tim Rijckaert tells us story how his team managed to improve stability of instrumentation tests in Android app with MockK and Dexopener

https://proandroiddev.com/how-we-made-our-ui-tests-more-stable-with-mockk-and-dexopener-c78b02a86de

Contract-First Development Using RestAssured and OpenAPI

Bence Eros explains how to write integration test for Spring Boot application with OpenAPI specifications and REST-assured framework

https://hazelcast.com/blog/contract-first-development-using-restassured-and-openapi/

Libraries & releases

Top comments (0)