JUnit
Description
JUnit is a simple framework for writing and running automated tests. As a political gesture, it celebrates programmers testing their own software.
JUnit Web SiteUser Ratings
User Reviews
-
good job
-
very good project
-
Good Tool. I always use it!
-
Essential tool. I use it to design software in terms of jUnit test cases of what I want the software to do and look. Then code to the jUnit test cases. Writing the end code first, before its actually implemented, lets you design an easy to use API since you can spot messy spots or areas that will give you trouble real quick. jUnit provides an easy way for you to actually do that and in the end you end up with 2 things. Implementation of the code you were designing and a bunch of jUnit test cases that test for the desired capability. jUnit then makes sure any future changes don't break any of your original code capabilities.
-
Very powerful tool to run unit tests. I use it with mockito (mock objects).
-
Very useful and easy to use testing for Java.