ZJU-ACES-ISE / chatunitest-maven-plugin

MIT License
47 stars 10 forks source link

In ClassTestMojo.execute: java.nio.file.NoSuchFileException: /tmp/chatunitest-info/abc-core/class-map.json #3

Closed Pallav-552 closed 10 months ago

Pallav-552 commented 11 months ago

I am getting above error while running mvn chatunitest:class -DselectClass=className

zzzghttt commented 11 months ago

This issue may be due to a problem during the parsing stage. Please try running the command mvn chatunitest:clean and try again, or you can clone and install the research branch, which is our latest branch and may have fixed this issue.