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

Settings menu #22

Closed kirilvasilev16 closed 2 years ago

kirilvasilev16 commented 2 years ago

Description

As a developer, I must be able to change the default parameters, with which I run EvoSuite when I am generating tests. Namely, the following: the list of parameters the client suggested us, continuous test generation, test sequence creation, test execution, class under test, method under test via a Settings menu.

Definition of Done