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

Add "Remove All" button #199

Closed jzelenjak closed 2 years ago

jzelenjak commented 2 years ago

Description of changes made

A new button has been added to the "Generated Tests" tool window panel: "Remove All". This button removes all generated test cases from the cache and from the tool window.

Why is merge request needed

This feature has been requested by the client

Other notes

Closes #192

NB! removeTestCases method has been renamed into removeSelectedTestCases to avoid confusion NB! Upon pressing the button, tool window is closed

What is missing?

Please mention if anything is missing for this merge request, e.g you have decided to move something to the next merge request