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
Post a Comment