ciselab / TestGenie

TestGenie - an IntelliJ plugin that natively integrates EvoSuite into the IDE. EvoSuite is an automated test suite generation tool using evolutionary algorithms. Used for research @ SERG, TU Delft.
MIT License
1 stars 0 forks source link

Fix validation #197

Closed lyuben-todorov closed 2 years ago

lyuben-todorov commented 2 years ago

Description of changes made

closes #196 closes #195 closes #191 closes #200

martinmladenov commented 2 years ago

Could you add a tool window balloon to show how many tests have succeeded and how many have failed after validation is complete? Currently it is a bit unclear to the user that something has happened after validation is over (especially if no tests have failed since nothing changes in the UI)

https://plugins.jetbrains.com/docs/intellij/notifications.html#top-level-notifications-balloons

https://jetbrains.design/intellij/controls/notifications/

image

lyuben-todorov commented 2 years ago

Could you add a tool window balloon to show how many tests have succeeded and how many have failed after validation is complete? Currently it is a bit unclear to the user that something has happened after validation is over (especially if no tests have failed since nothing changes in the UI)

https://plugins.jetbrains.com/docs/intellij/notifications.html#top-level-notifications-balloons

https://jetbrains.design/intellij/controls/notifications/

image

added