Using Ktor Client MockEngine for Integration and UI Tests
MockEngine replaces real network calls with mocked ones that use pre-defined data and status codes. The engine can be shared between Integration and UI tests.
MockEngine replaces real network calls with mocked ones that use pre-defined data and status codes. The engine can be shared between Integration and UI tests.
The first part of my thesis about Kotlin Multiplatform. This part contains the project introduction and the Ktor server