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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -