Hello all,
I am trying out the new Netbeans 4.0
IDE and have hit a snag. Before giving up completely and going back to Eclipse, I thought I would ask for some help here.
I have a web project that I am working on using
Tomcat 5 and setup as a proper
J2EE web project in Netbeans. I am also using Hibernate. As such, I have created a few
JUnit tests to run against my persisted objects and hibernate to ensure that the mappings are working correctly. However, I can not seem to get the tests to run within Netbeans. This is a very simple thing to do in Eclipse, but how do you do it in netbeans?
I can not find a "run junit test" button anywhere and the only things I can find to run the
test results in an error message -- No
servlet mapping in web.xml file.
Is this a limitation of Netbeans?