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

Remove tests from cache #149

Closed jzelenjak closed 2 years ago

jzelenjak commented 2 years ago

Description of changes made

It is now possible to manually remove the cached tests from the cache. It is done when the user selects a test or removes it manually.

In addition, TestCaseDisplayService class has been refactored a bit.

Why is merge request needed

This merge request adds part of the caching functionality which has been requested by our client.

Other notes

Closes #134

What is missing?