Closed islamelgendy closed 1 month ago
Thanks for reporting this. It looks like the exported classpath includes invalid entries. The next major release will fix this (for this and other projects).
As a workaround, you can run export -p cp.compile
in the working directory of a checked-out project version (e.g., JacksonXml-1f), see what's missing, and add it to the referenced lib folder (or link to an existing library from that lib folder).
A pull request with your fixes would be appreciated.
Let me know if you have further questions.
Running gen_tests.pl -g evosuite -p JacksonXml -v 1f -n 50 -o [output dir] -b 30
successfully generates a test suite in Version 3.
Hi there,
I tried to generate some test suite for the JacksonXml project using the EvoSuite generator. However, it is failing to do so using any version of the fixed versions (from 1 to 6). The command that I used:
gen_tests.pl -g evosuite -p JacksonXml -v 1f -n 50 -o [output dir] -b 30
This gives the following output:
It is worth noting that I was able to generate test suites using randoop.
Thanks and best, Islam