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.
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.
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
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