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

Show mutation in the gutter #146

Closed kirilvasilev16 closed 2 years ago

kirilvasilev16 commented 2 years ago

Description of changes made

Mutation is now shown in the gutter and the user can inspect which test cases cover which mutants.

Why is merge request needed

The merge request is needed to implement one of the bonus features requested by the client.

Other notes

Closes #130