EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
824 stars 341 forks source link

Support war package in classpath #449

Open sweetStreet opened 1 year ago

sweetStreet commented 1 year ago

Context

Exception caused by not supporting war package in the classpath Project: jenkinsci/email-ext-plugin SHA: 699277c4 Evosuite version: 1.2.0

Steps to Reproduce

  1. git clone https://github.com/jenkinsci/email-ext-plugin.git jenkinsci_email-ext-plugin
  2. cd jenkinsci_email-ext-plugin
  3. git checkout 699277c4
  4. mvn dependency:build-classpath -Dmdep.outputFile=evosuite-deps.txt
  5. java -jar ${PATH_TO_evosuite-1.2.0.jar} -DCP_file_path evosuite-deps.txt -class hudson.plugins.emailext.groovy.sandbox.EmailExtScriptTokenMacroWhitelist

EvoSuite Arguments

Not relavant

Current Result

Expected result

Supporting war package