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

Coverage Visualization #11

Closed lyuben-todorov closed 2 years ago

lyuben-todorov commented 2 years ago

Description

As a developer, I should be able to see the visualisation of the coverage in the form of coloured highlights next to a line, denoting which tests cover which lines, so that I can see which lines and/or branches are covered by specific test cases.

Definition of Done