java - What GUI should I run with JUnit(similar to NUnit gui) -


what gui should use run junit tests, , how do that? entire background in .net, i'm used firing nunit gui , running unit tests. if lights green, i'm clean.

now, have write java code , want run similar using junit. junit documentation nice , clear adding attributes necessary create tests, pretty lean on how fire runner , see results of tests.

eclipse by-far best i've used. couple junit code coverage plug-in , eclipse best unit-tester.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -