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

IO Exception on first run #105

Closed lyuben-todorov closed 2 years ago

lyuben-todorov commented 2 years ago

Describe the bug An exception occurs whenever the user generates tests for the first time. This is because creation of tmp dir occurs after the evosuite process has terminated. The evosuite process does not attempt to create the missing folder.

To Reproduce Steps to reproduce the behavior:

  1. Clean tmp
  2. Generate tests for anything
  3. Wait
  4. See error

Expected behavior There is no exception and tests are shown to the user