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

Connect algorithms to their correct generation processes #173

Closed bolkhod closed 2 years ago

bolkhod commented 2 years ago

Previously we found out that Dynamosa broke if run on our own code. This PR fixes that and connects all other algorithms with their generation ways.

Why is merge request needed

Fixes critical bug found out today.

Other notes

Closes #172