I\'ve been trying to understand how to start writing and running JUnit tests.
When I\'m reading this article:
http://junit.sourceforge.net/doc/testinfected/t
Had a similar issue. In Netbeans 7.0.1, what worked for me was to locate the project.xml file (i.e. {project}/nbproject/project.xml) and change:
to:
(in my case the test files are in the same dir as the source dir)