The NetBeans IDE provides JUnit integration that can be very handy when writing and running JUnit-based unit tests. However, I like to be able to do anything I might do often outside of the IDE as ...
We use maven for our applications. We use multiple folders with JUnit tests (sample below). The extra test folder is added to maven by "build-helper-maven-plugin". In netbeans, the folder appears in ...