The integration with an external service is fundamental in mobile development. To have an optimal integration, it is necessary to ensure it by integration tests. With the appearance of Kotlin…
https://blog.kotlin-academy.com/how-to-create-a-rest-api-client-and-its-integration-tests-in-kotlin-multiplatform-d76c9a1be348
* mobile testing training of Karumi
* kata
* http://jsonplaceholder.typicode.com/
* Multiplatform Kotlin library
* https://travis-ci.org
* Ktor
* Kotlinx Serialization
* functional programming technique
* ktor-client-mock
* Kotlinx coroutines
* suspending functions
* favour the composition over the inheritance also in the tests
* expect/actual mechanism
* here