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

Refactor runner #35

Closed lyuben-todorov closed 2 years ago

lyuben-todorov commented 2 years ago

Description of changes made

Refactors the class responsible for running evosuite

Why is merge request needed

The class had terrible code duplication and timely action was needed since it will be heavily used in the future.

Other notes

merge after #34

closes #36