JetBrains-Research / TestSpark

TestSpark - a plugin for generating unit tests. TestSpark natively integrates different AI-based test generation tools and techniques in the IDE. Started by SERG TU Delft. Currently under implementation by JetBrains Research (Software Testing Research) for research purposes.
MIT License
54 stars 23 forks source link

EvoSuite "can not run a program" #232

Open Frosendroska opened 5 months ago

Frosendroska commented 5 months ago

Describe the bug

image

To Reproduce Steps to reproduce the behavior:

  1. Go to the branch: development
  2. Run "Run IDE for UI Tests"
  3. Right mouse click
  4. TestSpark
  5. Put a tick on EvoSuit and any of the line/method/class
  6. My java path is ~/Library/Java/JavaVirtualMachines/corretto-11.0.23/Contents/Home/bin/java
  7. See an error

Expected behavior Start EvoSuit test generation.

Additional context

Hello-zoka commented 2 weeks ago

It's required to provide a full path to the Java executable. Works completely fine in this case