-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Studio Iguana doesn't show "Show diff" when assert fails #228
Comments
adding |
Unit test to test this:
Both For me, that is a dealbreaker. I guess I'll have to find a new library, which is unfortunate because there are so many already, which makes it hard to pick one. |
I don't get why kluent doesn't show <Click to see difference> anymore: it worked before. Commented on this ticket: MarkusAmshove/Kluent#228 I also tried kotest assertions, but that also did not work: kotest/kotest#4500 There is something very strange going on. The click to see the difference is a lifesaver, I switched to kotlin-test for this. Still: I don't like that: it's really hard to guess which one is the expected and which one is the actual, so I might switch again later.
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"
The text was updated successfully, but these errors were encountered: