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

Fix caching service returning same test multiple times #152

Closed martinmladenov closed 2 years ago

martinmladenov commented 2 years ago

Description of changes made

The caching service could return the same test multiple times if the test covers more than one line in the requested range.

Why is merge request needed

To fix the bug

Other notes

Closes #151

This was actually found while implementing #150 :smile: