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

Load defaults from a bundle #84

Closed jzelenjak closed 2 years ago

jzelenjak commented 2 years ago

Description of changes made

Why is merge request needed

This merge request is needed to make our plugin more maintainable: instead of hardcoding the default values, they are loaded from a file. In case the default values change in EvoSuite, it will be much easier to update them in our code.

Other notes

Closes #84

What is missing?