What GUI should use to run my JUnit tests, and how exactly do I do that? My entire background is in .NET, so I\'m used to just firing up my NUnit gui and running my unit tes
There's a standalone JUnit runner that has a UI, but I recommend using one of the builtin test runners in the Java IDEs (Eclipse, Netbeans, and IntelliJ all have good ones). They all support JUnit, and most support TestNG as well.