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

Single test generation at a time #170

Closed kirilvasilev16 closed 2 years ago

kirilvasilev16 commented 2 years ago

Description of changes made

The user can run EvoSuite only once at a time. This means concurrent EvoSuite runs are not allowed. The user gets a notification if they attempt to generate more tests at a time.

Why is merge request needed

Previously we could have multiple test generations at a time and the last generation was overwriting all the previous ones.

Other notes

Closes #160