ANT : JUnit Test #145941
Unanswered
requindelanight
asked this question in
Programming Help
ANT : JUnit Test
#145941
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Body
Good evening everyone.
I have to do a project using ANT exclusively.
But I have a big problem launching my tests with ANT.
When I use: ant test in my console I either get the error "Null Test" or the error "java.lang.NoClassDefFoundError".
I can't figure out how to fix the problem.
My project is structured like this:
./src/mygame/.java
./src/test/mygame/.*Test.java
./lib/junit-4.13.2.jar
PS : I searched for information on the internet, but nothing worked.
Thank you in advance for your help.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions