2 articles on Testing for Kotlin Multiplatform performance
Showing 2 of 2 articles (Page 1 of 1)
Unit tests are great. They give us confidence to build and change our software. Sometimes I want to write a test once and run it for multiple algorithms, inputs, or environments. It’s been possible to do this w...
Best practices for sharing test resources across platforms using Kotlin Multiplatform.