MarkusAmshove / Kluent

Fluent Assertion-Library for Kotlin
https://markusamshove.github.io/Kluent/
MIT License
867 stars 64 forks source link

Android Studio Iguana doesn't show "Show diff" when assert fails #228

Open croccio opened 6 months ago

croccio commented 6 months ago

It appears this was already raised couple of time: #177, #200

The new format used by Kluent's assertEquals (that is, "Expected <$expected>, actual <$actual>.") is not picked up by Android Studio Iguana to provide the useful "show difference"

croccio commented 6 months ago

adding testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersionOverride") doesn't fix the issue