You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for testing, you could either use JUnit or Kotest. JUnit is more traditional, but Kotest is more modern, and looks a bit like Javascript tests, if you're familiar with those.
Along with that, to check whether you tested everything (every path) in your app, I recommend the Kover gradle plugin
EffeKt needs two things to be robustly tested.
I will currently be looking at Kotlin testing frameworks, but I'm all ears for what the community recommends to use.
The text was updated successfully, but these errors were encountered: