-
Notifications
You must be signed in to change notification settings - Fork 686
Closed
Labels
intellij-plugin 🖥️Issues related to the Kotest IntelliJ PluginIssues related to the Kotest IntelliJ Plugin
Milestone
Description
I would like to have similar functionality as Junit 5 has in IDEA.
When assertion fails, there is an option to click a button to see how objects asserted are different:
In kotest I get detailed information about objects but no easy option to see the diff.
java.lang.AssertionError: Collection should have size 2 but has size 1. Values: [...]
at com.example.SomeTest.should do sth
Metadata
Metadata
Assignees
Labels
intellij-plugin 🖥️Issues related to the Kotest IntelliJ PluginIssues related to the Kotest IntelliJ Plugin