Getting Started With MockK: The Setup (opens in new tab)
This blog post describes how we can configure the system under test and replace its dependencies with mocks when we are writing unit tests for a Kotlin application by using JUnit Jupiter and MockK. We will learn to get the required dependencies and configure the system under test by using both manual and extension-based configuration. Read More The post Getting Started With MockK: The Setup appeared first on Petri Kainulainen.
Read the original article