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

Static invalidation not invalidating correctly #174

Closed kirilvasilev16 closed 2 years ago

kirilvasilev16 commented 2 years ago

Describe the bug If you add more lines of code to your method, the cache will not get invalidated for that method.

To Reproduce Steps to reproduce the behavior:

  1. Go to a method and click on 'Generate tests for a method'
  2. Go to the same method and add more code
  3. Click on 'Generate tests for a method'
  4. Cache not invalidated

Expected behavior Cache had to get invalidated.