STAMP-project / dspot

Automatically detect and generate missing assertions for Junit test cases (also known as test amplification)
https://dspot-demo.stamp-project.eu/
GNU Lesser General Public License v3.0
114 stars 28 forks source link

Make clear in the README that dspot only works on maven and gradle projects #314

Closed danielleberre closed 6 years ago

danielleberre commented 6 years ago

I just tried to run dspot on a simple java project built using ant.

dspot fails because it does not find a maven pom.xml file in the project.

One should make clear in the README that dspot targets only java projects built using maven or gradle.

danglotb commented 6 years ago

Hi @danielleberre

DSpot can be run on Maven (by default) and Gradle (See the --automatic-builder) projects.

Thank you for the suggestion to improve the documentation. see #316