I have a default Maven directory structure, but it will not see/run my tests. The directory structure is as followed:
src
-main
-java
-com.foo.webservice
-...
-test
-java
-com.foo.webservice
-AbstractTest.java
When I run the command mvn test
, it tells me nothing, but a successful build.
The project is view able on my Git over here
Aucun commentaire:
Enregistrer un commentaire